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

set timeout to 1 hour.

parent 40f03842
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ if [ "$(uci get gluon-setup-mode.@setup_mode[0].enabled)" = "0" ]; then
DELTA=$((NOW - OFF))
logger -t $ME "offline for ${DELTA} sec."
if [ $DELTA -gt 1000 ]; then
if [ $DELTA -gt 3500 ]; then
reboot
fi
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment