modules/admin: Make sure luci_fixtime works on mini_fo (#262)

remotes/tags/0.10.0
Manuel Munz 2011-09-08 15:44:56 +00:00
parent 7cb54b6a51
commit d33d6224e9
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ start() {
}
stop() {
[[ -w /etc/init.d/luci_fixtime ]] && touch /etc/init.d/luci_fixtime
[[ -w /etc/init.d/luci_fixtime ]] && cat /dev/null >> /etc/init.d/luci_fixtime && touch /etc/init.d/luci_fixtime
}