From dcd975c1b9dd9d348da971ca243edf27b9075c6a Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 25 Apr 2015 21:04:01 +0300 Subject: run-local.sh: remove no longer necessary cd --- run-local.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run-local.sh b/run-local.sh index 00e1fd73..aa9f3009 100755 --- a/run-local.sh +++ b/run-local.sh @@ -19,6 +19,5 @@ if [ ! -f $CONFIG ]; then 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 + python2.7 deploy-local/bin/rz_server.py --config-dir deploy-local/etc ) -- cgit v1.3.1