mirror of https://github.com/openwrt/luci.git
modules/admin: Make sure luci_fixtime works on mini_fo (#262)
parent
7cb54b6a51
commit
d33d6224e9
|
@ -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 New Issue