wip travis
[plcapi.git] / tests / ci / setup / setup_privoxy.sh
old mode 100644 (file)
new mode 100755 (executable)
index a0477dd..c39e62f
@@ -1,8 +1,9 @@
 #!/bin/sh
 
-set -e
+# Install and configure privoxy
+# Has to be run as admin
 
-# install and configure privoxy
+set -e
 
 SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"