summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xapplications/luci-splash/root/usr/sbin/luci-splash2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-splash/root/usr/sbin/luci-splash b/applications/luci-splash/root/usr/sbin/luci-splash
index b8b701458..7738679f6 100755
--- a/applications/luci-splash/root/usr/sbin/luci-splash
+++ b/applications/luci-splash/root/usr/sbin/luci-splash
@@ -14,7 +14,7 @@ local limit_up = 0
local limit_down = 0
function lock()
- os.execute("lock -w /var/run/luci_splash.lock && lock /var/run/luci_splash.lock")
+ os.execute("lock /var/run/luci_splash.lock")
end
function unlock()