* Fixed last commit
authorSteven Barth <steven@midlink.org>
Sun, 1 Jun 2008 17:02:19 +0000 (17:02 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 1 Jun 2008 17:02:19 +0000 (17:02 +0000)
contrib/package/luci-addons/dist/etc/init.d/inittime

index 70ddb5ca9d59f807520e369195749d886927d4c4..c41bbd41d2ffd9782a9298081069635e458c974b 100644 (file)
@@ -2,5 +2,5 @@
 START=30
 
 start() {
-        lua -e "os.execute('date -s '..os.date('%m%d%H%M%Y', require('posix').stat('$0', 'mtime')))"
+        lua -e "os.execute('date -s '..os.date('%m%d%H%M%Y', require('posix').stat('/usr/lib/lua/luci/sys.lua', 'mtime')))"
 }