summaryrefslogtreecommitdiff
path: root/package/axtls/files/axhttpd.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/axtls/files/axhttpd.init')
-rw-r--r--package/axtls/files/axhttpd.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/axtls/files/axhttpd.init b/package/axtls/files/axhttpd.init
index 5a1671db5..a7e25938a 100644
--- a/package/axtls/files/axhttpd.init
+++ b/package/axtls/files/axhttpd.init
@@ -10,8 +10,8 @@ autostart)
exec sh $0 start
;;
start)
- if [ ! -d /www -a ! -h /www ]; then
- echo "axhttpd not started. create /www first"
+ if [ ! -d /srv/www -a ! -h /srv/www ]; then
+ echo "axhttpd not started. create /srv/www first"
exit 0
fi
/usr/sbin/axhttpd >>/var/log/axhttpd.access