Update uupdump_creator.sh

This commit is contained in:
MacRimi 2025-07-11 20:09:16 +02:00
parent 693da7733f
commit e36bc8bab2

View File

@ -91,8 +91,10 @@ function run_uupdump_creator() {
done done
if [[ ${#FAILED[@]} -eq 0 ]]; then if [[ ${#FAILED[@]} -eq 0 ]]; then
show_proxmenux_logo
msg_ok "$(translate "All dependencies installed and verified.")" msg_ok "$(translate "All dependencies installed and verified.")"
else else
show_proxmenux_logo
msg_error "$(translate "Missing commands after installation: ${FAILED[*]}")" msg_error "$(translate "Missing commands after installation: ${FAILED[*]}")"
exit 1 exit 1
fi fi