modules/admin: Make sure luci_fixtime works on mini_fo (#262)
This commit is contained in:
parent
7cb54b6a51
commit
d33d6224e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue