start httpd only if /www exists
[openwrt.git] / package / base-files / default / etc / init.d / S50httpd
1 #!/bin/sh
2 [ -d /www ] && httpd -p 80 -h /www -r WRT54G Router
This page took 0.049965 seconds and 5 git commands to generate.