dont install updates in ctl
This commit is contained in:
parent
edcbd1e91d
commit
fd90104545
1 changed files with 0 additions and 4 deletions
4
ctl
4
ctl
|
@ -80,10 +80,6 @@ if [ "$1" == "start" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ ! -d "$BASE/$NAME/.git" ]; then
|
|
||||||
python3 oml install_update
|
|
||||||
cd "$BASE/$NAME"
|
|
||||||
fi
|
|
||||||
exec python3 oml server $PID
|
exec python3 oml server $PID
|
||||||
fi
|
fi
|
||||||
if [ "$1" == "debug" ]; then
|
if [ "$1" == "debug" ]; then
|
||||||
|
|
Loading…
Reference in a new issue