diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-25 21:04:01 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-25 21:05:19 +0300 |
| commit | dcd975c1b9dd9d348da971ca243edf27b9075c6a (patch) | |
| tree | d5eed7d3290e258d6fe4761bbca68d77e8379cd9 /run-local.sh | |
| parent | a834ad073afc12fc5f329741026f2bf20b43a2da (diff) | |
run-local.sh: remove no longer necessary cd
Diffstat (limited to 'run-local.sh')
| -rwxr-xr-x | run-local.sh | 3 |
1 files changed, 1 insertions, 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 ) |
