1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

fix minor bugs in the patcher init script

SVN-Revision: 7015
This commit is contained in:
Felix Fietkau 2007-04-20 15:17:47 +00:00
parent 36802e23cf
commit 24c0c2bd0c

@ -9,5 +9,6 @@ start() {
mtd unlock adam2
/sbin/adam2patcher /dev/mtdblock/0
}
rm -f /etc/init.d/S00adam2 /sbin/adam2patcher >&- 2>&-
disable
rm -f /etc/init.d/adam2 /sbin/adam2patcher >&- 2>&-
}