X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-splash%2Froot%2Fusr%2Fsbin%2Fluci-splash;h=7738679f63afed0cfed24efd90c5219f05b42c2b;hb=a0001338e8e684e2fa916311d73e86f203d3b442;hp=b8b70145871ebcbc66b5a48441a249b9d92d2e4e;hpb=6fa65fa9ec7a85a4fda885b385dc988cfb258dc2;p=project%2Fluci.git 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()