remove unused robocfg stuff
[openwrt.git] / package / base-files / default / etc / init.d / S50httpd
index 9cf551e..a1b883d 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-httpd -p 80 -h /www -r WRT54G Router
+[ -d /www ] && httpd -p 80 -h /www -r OpenWrt
This page took 0.024175 seconds and 4 git commands to generate.