diff --git a/functions/check b/functions/check index fd4891e..5c4abe8 100644 --- a/functions/check +++ b/functions/check @@ -17,13 +17,13 @@ function check_remote() { function check_local() { if [[ $(get_current_novos_version) < $(get_cached_novos_version) ]]; then if ! test -f "$RUN_DIR/quiet"; then - cat<