diff --git a/heavy_script.sh b/heavy_script.sh index 313f6b2d..01aaef1e 100644 --- a/heavy_script.sh +++ b/heavy_script.sh @@ -102,7 +102,7 @@ do fi exit;; s) - echo -e "Syncing all catalogs, please wait.." && cli -c 'app catalog sync_all' &> /dev/null && echo -e "Catalog sync complete" + echo -e "\nSyncing all catalogs, please wait.." && cli -c 'app catalog sync_all' &> /dev/null && echo -e "Catalog sync complete" ;; U) mapfile -t array < <(cli -m csv -c 'app chart_release query name,update_available,human_version,human_latest_version,container_images_update_available,status' | grep ",true")