openwrtv3/openwrt/package/base-files/default/etc/init.d/S50httpd
Nicolas Thill b46460d584 start httpd only if /www exists
SVN-Revision: 2032
2005-10-02 22:51:39 +00:00

2 lines
62 B
Bash
Executable file

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