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
|
read -p "Errors when applying changes (Ctrl-c to abort, ENTER to continue editing)" -r answer
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
if "$timeout" ; then
|
||||||
set_timeout "$tmp_old" "$timeout_secs"
|
set_timeout "$tmp_old" "$timeout_secs"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Changes applied successfully."
|
echo "Changes applied successfully."
|
||||||
|
|
||||||
if "$timeout" ; then
|
break
|
||||||
exit 0
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user