applications/luci-splash: remove debug flag from init script
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 6 Jul 2009 21:23:12 +0000 (21:23 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 6 Jul 2009 21:23:12 +0000 (21:23 +0000)
applications/luci-splash/root/etc/init.d/luci_splash

index 08c3939..351b9b3 100755 (executable)
@@ -13,8 +13,6 @@ include /lib/network
 scan_interfaces
 config_load luci_splash
 
-set -x
-
 silent() {
        "$@" 2>/dev/null
 }