mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-31 04:54:43 +00:00
feat(update-apps): add dry-run completion message for better user feedback
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -602,7 +602,11 @@ done
|
||||
|
||||
wait
|
||||
header_info
|
||||
echo -e "${GN}The process is complete, and the containers have been successfully updated.${CL}\n"
|
||||
if [[ "$var_dry_run" == "yes" ]]; then
|
||||
echo -e "${GN}Dry-run complete. No containers were modified.${CL}\n"
|
||||
else
|
||||
echo -e "${GN}The process is complete, and the containers have been successfully updated.${CL}\n"
|
||||
fi
|
||||
|
||||
# =============================================================================
|
||||
# SUMMARY REPORT
|
||||
|
||||
Reference in New Issue
Block a user