Update uupdump_creator.sh

This commit is contained in:
MacRimi 2025-07-11 20:20:32 +02:00
parent 8635e2cf67
commit 1b7f881d5a

View File

@ -83,6 +83,7 @@ function run_uupdump_creator() {
sleep 2 sleep 2
exit 1 exit 1
fi fi
msg_ok "$(translate "All dependencies installed and verified.")"
fi fi
for i in "${!CMDS[@]}"; do for i in "${!CMDS[@]}"; do
@ -91,17 +92,15 @@ function run_uupdump_creator() {
fi fi
done done
if [[ ${#FAILED[@]} -eq 0 ]]; then if [[ ${#FAILED[@]} -gt 0 ]]; then
show_proxmenux_logo show_proxmenux_logo
msg_ok "$(translate "All dependencies installed and verified.")" msg_error "$(translate "Missing commands after installation:") ${FAILED[*]}"
else
show_proxmenux_logo
msg_error "$(translate "Missing commands after installation: ${FAILED[*]}")"
sleep 2 sleep 2
exit 1 exit 1
fi fi
ISO_DIR=$(detect_iso_dir) ISO_DIR=$(detect_iso_dir)
if [[ -z "$ISO_DIR" ]]; then if [[ -z "$ISO_DIR" ]]; then
show_proxmenux_logo show_proxmenux_logo