Fix grammar
This commit is contained in:
parent
cd61ed5255
commit
4bba9042d7
|
@ -7,7 +7,7 @@ email="" # Adding a valid address is strongly recommended
|
||||||
staging=0 # Set to 1 if you're testing your setup to avoid hitting request limits
|
staging=0 # Set to 1 if you're testing your setup to avoid hitting request limits
|
||||||
|
|
||||||
if [ "$EUID" -ne 0 ]; then
|
if [ "$EUID" -ne 0 ]; then
|
||||||
read -p "You executed this script without root privileges, do you want to continue? (WARNING: script won't be able to delete generated Let's Encrypt TLS certificates) (Y/n) " decision
|
read -p "You ran this script without root privileges, do you want to continue? (WARNING: script won't be able to delete generated by Let's Encrypt TLS certificates) (Y/n) " decision
|
||||||
case $decision in
|
case $decision in
|
||||||
[Y]* ) ;;
|
[Y]* ) ;;
|
||||||
[n]* ) exit;;
|
[n]* ) exit;;
|
||||||
|
|
Loading…
Reference in New Issue