Remove 'Ark Server Tools' auto-upgrade until v1.4

This commit is contained in:
TuRz4m 2015-10-12 19:41:42 +02:00
parent ae79bf320d
commit 7824d2d67b

7
run.sh
View file

@ -11,9 +11,10 @@ export TERM=linux
[ ! -d /ark/log ] && mkdir /ark/log
[ ! -d /ark/backup ] && mkdir /ark/backup
echo "Upgrade Ark server tools..."
arkmanager upgrade
# Remove auto-upgrade since we need priviled access
# With 1.4, we will use the user install and allow auto upgrade
#echo "Upgrade Ark server tools..."
#arkmanager upgrade
if [ ! -d "/ark/server" ];then