Skip to content
Snippets Groups Projects
Commit 9cdb0e40 authored by FFS-Roland's avatar FFS-Roland
Browse files

removing status file on startup.

parent a6e07d78
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
START=97 START=97
start () { start () {
rm /tmp/.gw.ffs
/etc/init.d/micrond enable /etc/init.d/micrond enable
/etc/init.d/micrond restart /etc/init.d/micrond restart
} }
......
...@@ -18,7 +18,6 @@ if [ "$(uci get gluon-setup-mode.@setup_mode[0].enabled)" = "0" ]; then ...@@ -18,7 +18,6 @@ if [ "$(uci get gluon-setup-mode.@setup_mode[0].enabled)" = "0" ]; then
logger -t $ME "offline for ${DELTA} sec." logger -t $ME "offline for ${DELTA} sec."
if [ $DELTA -gt 1000 ]; then if [ $DELTA -gt 1000 ]; then
rm $FFS
reboot reboot
fi fi
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment