X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=test%2Fbin%2Fapache-template-update;fp=test%2Fbin%2Fapache-template-update;h=bf14cbde2ae253f046b7fca6abbc18395555adce;hb=25fc05e09abe4bdd0e0327f4870ca8aab4e97641;hp=4f37a413c838cce8bce6d02dd5ba2cb7ce14370f;hpb=6365bcfbbe68f6d79baa3e95a7904af5541326f0;p=mkws-moved-to-github.git diff --git a/test/bin/apache-template-update b/test/bin/apache-template-update index 4f37a41..bf14cbd 100755 --- a/test/bin/apache-template-update +++ b/test/bin/apache-template-update @@ -12,7 +12,7 @@ export APACHE_RUN_GROUP=$(groups | awk '{ print $1 }') export APACHE_LOG_DIR=$APACHE_SERVER_ROOT/logs export APACHE_PID_FILE=$APACHE_LOG_DIR/mkws-jasmine.pid export APACHE_LOCK_FILE=$APACHE_LOG_DIR/accept.lock -export APACHE_PORT=4040 +: ${APACHE_PORT=4040}; export APACHE_PORT export MKWS_ROOT=$(pwd)/..