* Fixed last commit

This commit is contained in:
Steven Barth 2008-06-01 17:02:19 +00:00
parent e9a11d9c98
commit fef28ae62a

View 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')))"
}