summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-07-06 21:23:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-07-06 21:23:12 +0000
commitd807510dad8acd247d00ddf921a52d0da4418ca0 (patch)
tree9619b9c6a9769cb0be38dee86914403f80fd3be7 /applications
parenta9a4bc69fb0a3ae61545fdcec19bf33b1dd367f2 (diff)
applications/luci-splash: remove debug flag from init script
Diffstat (limited to 'applications')
-rwxr-xr-xapplications/luci-splash/root/etc/init.d/luci_splash2
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
}