diff --git a/una-updater b/una-updater index 3531c7b..8e77db1 100755 --- a/una-updater +++ b/una-updater @@ -19,6 +19,7 @@ _ui() { while true; do source /etc/una/config &>/dev/null if [[ "${auto_update}" == "true" ]]; then - _ui; sleep "${update_check_gap}" + _ui fi + sleep "${update_check_gap}" done