1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-13 03:40:16 +03:00
openwrt-xburst/package/base-files/default/etc/init.d/S50httpd
nico 93c83b7d16 start httpd only if /www exists
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-02 22:51:39 +00:00

3 lines
62 B
Bash
Executable File

#!/bin/sh
[ -d /www ] && httpd -p 80 -h /www -r WRT54G Router