diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-06 21:23:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-06 21:23:12 +0000 |
commit | d807510dad8acd247d00ddf921a52d0da4418ca0 (patch) | |
tree | 9619b9c6a9769cb0be38dee86914403f80fd3be7 /applications | |
parent | a9a4bc69fb0a3ae61545fdcec19bf33b1dd367f2 (diff) |
applications/luci-splash: remove debug flag from init script
Diffstat (limited to 'applications')
-rwxr-xr-x | applications/luci-splash/root/etc/init.d/luci_splash | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/applications/luci-splash/root/etc/init.d/luci_splash b/applications/luci-splash/root/etc/init.d/luci_splash index 08c3939b1..351b9b376 100755 --- a/applications/luci-splash/root/etc/init.d/luci_splash +++ b/applications/luci-splash/root/etc/init.d/luci_splash @@ -13,8 +13,6 @@ include /lib/network scan_interfaces config_load luci_splash -set -x - silent() { "$@" 2>/dev/null } |