* 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 70ddb5c..c41bbd4 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')))"
 }