diff --git a/ctl b/ctl index a8882b5..52f25d6 100755 --- a/ctl +++ b/ctl @@ -46,6 +46,7 @@ if [ "$1" == "start" ]; then fi if [ ! -d "$BASE/$NAME/.git" ]; then python2 oml install_update + cd "$BASE/$NAME" fi python2 oml server $PID rm -f $PID