Skip to content

Commit

Permalink
Increased the startup script wait time to try and wait until ip table…
Browse files Browse the repository at this point in the history
…s is stable.
  • Loading branch information
vortex-5 committed Aug 14, 2020
1 parent 3d7a575 commit 8105ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bwmon/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ echo "Cron Job Added Successfully DDWRT-BWMON is now running in the background."
# Setup resume on reboot
if [ "$1" != "auto" ]; then
nvram set rc_startup="
sleep 60
sleep 120
$SCRIPT_DIR/start.sh auto
"
nvram set rc_shutdown="
Expand Down

0 comments on commit 8105ae7

Please sign in to comment.