mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Maintenance for a few modules (#42)
This commit is contained in:
@@ -29,8 +29,8 @@ if [ "$1" = "install" ]; then
|
||||
uci commit occupineapple.module.installed
|
||||
|
||||
elif [ "$1" = "remove" ]; then
|
||||
opkg remove mdk3
|
||||
rm -rf /etc/config/occupineapple
|
||||
opkg remove mdk3
|
||||
rm -rf /etc/config/occupineapple
|
||||
fi
|
||||
|
||||
rm /tmp/Occupineapple.progress
|
||||
|
||||
@@ -105,7 +105,7 @@ if [ "$1" = "start" ]; then
|
||||
mdk3 ${MYMONITOR} b ${SPEED} ${CHANNEL} ${OPTIONS} ${MYLIST} >> ${LOG} &
|
||||
|
||||
elif [ "$1" = "stop" ]; then
|
||||
killall mdk3
|
||||
killall -9 mdk3
|
||||
rm -rf /tmp/occupineapple.run
|
||||
rm ${LOG}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user