generate screenshots of Koha widget in production / marketing, MKWS-276
[mkws-moved-to-github.git] / test / bin / apache-template-update
index 25cfdaf..29024ab 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (c) 2014-2014 IndexData ApS. http://indexdata.com
+# Copyright (c) 2014-2014 Index Data ApS. http://indexdata.com
 # Wolfram Schneider
 #
 # generate temp config file for testing
@@ -18,7 +18,7 @@ export MKWS_ROOT=$(pwd)/..
 
 MKWS_OS=debian
 APACHE_VERSION=2.2
-apache2=$(env PATH=/usr/bin:/usr/sbin which apache2 httpd false 2>/dev/null | head -1)
+apache2=$(env PATH=/bin:/usr/bin:/usr/sbin which apache2 httpd false 2>/dev/null | head -1)
 
 case $(uname) in
   Darwin ) MKWS_OS=macos