From 679411abc5bcfcc72b137f02219f32dfe200ab45 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 9 Aug 2014 16:07:57 +0200 Subject: [PATCH] base might have been updated, cd to latest version --- ctl | 1 + 1 file changed, 1 insertion(+) 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