Skip to content

Commit

Permalink
pupnetwork: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bkauler committed Sep 26, 2023
1 parent 55cb115 commit f3ebc28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion easyos/easy-code/rootfs-skeleton/etc/init.d/pupnetwork
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ case "$PARAM1" in
fi
#if working offline, do not want to be checking for network frequently...
sleep 8
[ $CNT -ge 4 ] && exit
[ $CNT -ge 8 ] && exit
CNT=$(($CNT+1))
done
;;
stop)
kill `pidof -o ${$} pupnetwork` 2>/dev/null #20230925
networkdisconnect
;;
esac

0 comments on commit f3ebc28

Please sign in to comment.