applications/luci-mmc-over-gpio: fix postinst after r6728
This commit is contained in:
parent
6811edb3d9
commit
093f677a30
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
[ -n "${IPKG_INSTROOT}" ] || {
|
||||
( . /etc/uci-defaults/luci-mmc_over_gpio ) && rm -f /etc/uci-defaults/luci-mmc_over_gpio
|
||||
( . /etc/uci-defaults/luci-mmc-over-gpio ) && rm -f /etc/uci-defaults/luci-mmc-over-gpio
|
||||
/etc/init.d/mmc_over_gpio enabled || /etc/init.d/mmc_over_gpio enable
|
||||
exit 0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue