This commit is contained in:
2017-08-26 13:24:45 +08:00
parent 4b47b23d0c
commit 33f8c64bba

View File

@@ -3,7 +3,7 @@
# Install script for LEMP Web Server base on CentOS 7 by xiaosong
SCRIPT_ROOT=`pwd`
cd `${SCRIPT_ROOT}`
cd $SCRIPT_ROOT
while :; do echo
read -p "Do you want to init your CentOS? [y/n]: " init_yn