From: Jo-Philipp Wich Date: Mon, 6 Jul 2009 21:23:12 +0000 (+0000) Subject: applications/luci-splash: remove debug flag from init script X-Git-Tag: 0.10.0~1419 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=d807510dad8acd247d00ddf921a52d0da4418ca0 applications/luci-splash: remove debug flag from init script --- 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 }