summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun-local.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/run-local.sh b/run-local.sh
index 570d0c3d..7fc63965 100755
--- a/run-local.sh
+++ b/run-local.sh
@@ -18,6 +18,7 @@ if [ ! -f $CONFIG ]; then
cp $EXAMPLE $CONFIG
fi
make # building css relies on Makefile
-ant -f build.ant deploy-local -DdefaultDomain=$DOMAIN -DtargetDomain=$DOMAIN
-cd deploy-local
-python2.7 bin/rz_server.py --config-dir etc
+ant -f build.ant deploy-local -DdefaultDomain=$DOMAIN -DtargetDomain=$DOMAIN && (
+ cd deploy-local
+ python2.7 bin/rz_server.py --config-dir etc
+)