mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-13 08:28:21 +00:00
fix installer
This commit is contained in:
@@ -115,7 +115,7 @@ function create_account() {
|
||||
case $1 in
|
||||
--install)
|
||||
header_msg
|
||||
echo -e "\nStarting LEMP stack installation...\nPlease ensure that you're on a fresh box install!\n"
|
||||
echo -e "\nStarting LEMP stack installation...\nPlease ensure that you're on a fresh machine install!"
|
||||
read -t 10 -p "Press [Enter] to continue..." </dev/tty
|
||||
|
||||
### Clean-up server ###
|
||||
@@ -212,7 +212,7 @@ case $1 in
|
||||
;;
|
||||
--uninstall)
|
||||
header_msg
|
||||
echo -e "\nAre you sure to remove LEMP stack installation?\n"
|
||||
echo -e "\nAre you sure to remove LEMP stack installation?"
|
||||
read -t 10 -p "Press [Enter] to continue..." </dev/tty
|
||||
|
||||
# Remove nginx
|
||||
|
||||
Reference in New Issue
Block a user