a
This commit is contained in:
19
setup.sh
19
setup.sh
@@ -334,15 +334,15 @@ clean_dev()
|
||||
echo "";
|
||||
echo "DirectAdmin will now be installed on: $OS $OS_VER";
|
||||
|
||||
if [ $CMD_LINE -eq 0 ]; then
|
||||
echo -n "Is this correct? (must match license) (y,n) : ";
|
||||
read yesno;
|
||||
# if [ $CMD_LINE -eq 0 ]; then
|
||||
# echo -n "Is this correct? (must match license) (y,n) : ";
|
||||
# read yesno;
|
||||
|
||||
if [ "$yesno" = "n" ]; then
|
||||
echo -e "\nPlease change the value in your license, or install the correct operating system\n";
|
||||
exit 1;
|
||||
fi
|
||||
fi
|
||||
# if [ "$yesno" = "n" ]; then
|
||||
# echo -e "\nPlease change the value in your license, or install the correct operating system\n";
|
||||
# exit 1;
|
||||
# fi
|
||||
# fi
|
||||
|
||||
# Hexan
|
||||
PWD_DIR=`pwd`
|
||||
@@ -777,8 +777,9 @@ chmod 600 $SETUP
|
||||
# Install it
|
||||
|
||||
cd $SCRIPTS_PATH;
|
||||
|
||||
echo "-----------------"
|
||||
echo "Chạy ./install.sh $CMD_LINE"
|
||||
echo "-----------------"
|
||||
./install.sh $CMD_LINE
|
||||
|
||||
RET=$?
|
||||
|
||||
Reference in New Issue
Block a user