mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 21:51:06 +02:00
start httpd only if /www exists
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2032 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
009ac7e88a
commit
93c83b7d16
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
httpd -p 80 -h /www -r WRT54G Router
|
||||
[ -d /www ] && httpd -p 80 -h /www -r WRT54G Router
|
||||
|
Loading…
x
Reference in New Issue
Block a user