mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-18 16:40:52 +00:00
start httpd only if /www exists
SVN-Revision: 2032
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
httpd -p 80 -h /www -r WRT54G Router
|
||||
[ -d /www ] && httpd -p 80 -h /www -r WRT54G Router
|
||||
|
||||
Reference in New Issue
Block a user