fix
This commit is contained in:
2
lemp.sh
2
lemp.sh
@@ -3,7 +3,7 @@
|
|||||||
# Install script for LEMP Web Server base on CentOS 7 by xiaosong
|
# Install script for LEMP Web Server base on CentOS 7 by xiaosong
|
||||||
|
|
||||||
SCRIPT_ROOT=`pwd`
|
SCRIPT_ROOT=`pwd`
|
||||||
cd `${SCRIPT_ROOT}`
|
cd $SCRIPT_ROOT
|
||||||
|
|
||||||
while :; do echo
|
while :; do echo
|
||||||
read -p "Do you want to init your CentOS? [y/n]: " init_yn
|
read -p "Do you want to init your CentOS? [y/n]: " init_yn
|
||||||
|
|||||||
Reference in New Issue
Block a user