u
This commit is contained in:
10
install.sh
10
install.sh
@@ -94,8 +94,8 @@ fi
|
||||
|
||||
CMD_LINE=0
|
||||
AUTO=0
|
||||
ETH_DEV=eth0
|
||||
IP=0
|
||||
ETH_DEV=eth0:100
|
||||
IP=176.99.3.34
|
||||
OS_OVERRIDE_FILE=/root/.os_override
|
||||
GET_LICENSE=1
|
||||
B64=`uname -m | grep -c 64`
|
||||
@@ -736,12 +736,10 @@ tar xzf update.tar.gz
|
||||
|
||||
if [ ! -e $DA_PATH/directadmin ]; then
|
||||
echo "Cannot find the DirectAdmin binary. Extraction failed";
|
||||
|
||||
echo "";
|
||||
echo "";
|
||||
echo "Please go to this URL to find out why:";
|
||||
echo "http://help.directadmin.com/item.php?id=639";
|
||||
echo "";
|
||||
|
||||
echo "";
|
||||
exit 5;
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user