dont install updates in ctl

This commit is contained in:
j 2016-01-13 11:03:48 +05:30
parent edcbd1e91d
commit fd90104545
1 changed files with 0 additions and 4 deletions

4
ctl
View File

@ -80,10 +80,6 @@ if [ "$1" == "start" ]; then
exit 1
fi
fi
if [ ! -d "$BASE/$NAME/.git" ]; then
python3 oml install_update
cd "$BASE/$NAME"
fi
exec python3 oml server $PID
fi
if [ "$1" == "debug" ]; then