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