Update pvekclean.sh

This commit is contained in:
Jordan
2023-11-12 19:47:31 +01:00
committed by GitHub
parent 695bb3c4cf
commit efa86a4734
+2 -1
View File
@@ -111,7 +111,8 @@ echo -e " ${bg_black}${orange} ${re
___________________________________________ ___________________________________________
" "
if [ "$dry_run" == "true" ]; then if [ "$dry_run" == "true" ]; then
printf " ${bg_black}${orange}${bold} DRY RUN MODE IS ${green}ON ${reset}\n\n" printf " ${bg_yellow}${black}${bold} DRY RUN MODE IS: ${red}ON ${reset}\n"
printf "${bg_green}${bold}${black} This is what the script would do in regular mode ${reset}\n${bg_green}${bold}${black} (but without making actual changes) ${reset}\n\n"
fi fi
} }