nginx.sh updated
This commit is contained in:
parent
1c26bfa818
commit
da94961fc1
1 changed files with 2 additions and 2 deletions
|
|
@ -29,11 +29,11 @@ else
|
||||||
break
|
break
|
||||||
|
|
||||||
elif [[ "$install" == "n" || "$install" = "N" ]]; then
|
elif [[ "$install" == "n" || "$install" = "N" ]]; then
|
||||||
echo -e "Dependencies not installed... Exiting"
|
echo -e "\nDependencies not installed... Exiting\n"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
||||||
else
|
else
|
||||||
echo -e "Invalid response... Try again...\n\nY = (Yes install $bin)\nN = (No, don't install dependencies and exit)\n "
|
echo -e "\nInvalid response... Try again...\n\nY = (Yes, install $bin)\nN = (No, don't install dependencies and exit)\n "
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue