From b46460d5847c8d5d09063ae04049cd27ea492084 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 2 Oct 2005 22:51:39 +0000 Subject: [PATCH] start httpd only if /www exists SVN-Revision: 2032 --- openwrt/package/base-files/default/etc/init.d/S50httpd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/base-files/default/etc/init.d/S50httpd b/openwrt/package/base-files/default/etc/init.d/S50httpd index 9cf551e5c6..01772c12ea 100755 --- a/openwrt/package/base-files/default/etc/init.d/S50httpd +++ b/openwrt/package/base-files/default/etc/init.d/S50httpd @@ -1,2 +1,2 @@ #!/bin/sh -httpd -p 80 -h /www -r WRT54G Router +[ -d /www ] && httpd -p 80 -h /www -r WRT54G Router -- 2.25.1