bugfix in timer option application
This commit is contained in:
parent
397381bd51
commit
77f544faf6
@ -138,13 +138,13 @@ while true ; do
|
||||
read -p "Errors when applying changes (Ctrl-c to abort, ENTER to continue editing)" -r answer
|
||||
fi
|
||||
else
|
||||
if "$timeout" ; then
|
||||
set_timeout "$tmp_old" "$timeout_secs"
|
||||
fi
|
||||
|
||||
echo "Changes applied successfully."
|
||||
|
||||
if "$timeout" ; then
|
||||
exit 0
|
||||
break
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user