summaryrefslogtreecommitdiffstats
path: root/run-server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-server.sh')
-rwxr-xr-xrun-server.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run-server.sh b/run-server.sh
index efa51af..d7a1f68 100755
--- a/run-server.sh
+++ b/run-server.sh
@@ -10,8 +10,8 @@ if [ $(basename $0) = run-server.sh ]; then
cd $(dirname $0)
else
PORT=80
- OPTIONS="-d /var/log/acf2.log --pidfile /var/run/acf2.pid"
- cd /usr/share/acf2
+ OPTIONS="-d /var/log/aconf.log --pidfile /var/run/aconf.pid"
+ cd /usr/share/aconf
fi
exec uwsgi -M --http-socket :$PORT --close-on-exec2 \