mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-14 19:56:52 +00:00
Update uupdump_creator.sh
This commit is contained in:
parent
8635e2cf67
commit
1b7f881d5a
@ -83,6 +83,7 @@ function run_uupdump_creator() {
|
||||
sleep 2
|
||||
exit 1
|
||||
fi
|
||||
msg_ok "$(translate "All dependencies installed and verified.")"
|
||||
fi
|
||||
|
||||
for i in "${!CMDS[@]}"; do
|
||||
@ -91,17 +92,15 @@ function run_uupdump_creator() {
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ ${#FAILED[@]} -eq 0 ]]; then
|
||||
if [[ ${#FAILED[@]} -gt 0 ]]; then
|
||||
show_proxmenux_logo
|
||||
msg_ok "$(translate "All dependencies installed and verified.")"
|
||||
else
|
||||
show_proxmenux_logo
|
||||
msg_error "$(translate "Missing commands after installation: ${FAILED[*]}")"
|
||||
msg_error "$(translate "Missing commands after installation:") ${FAILED[*]}"
|
||||
sleep 2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
|
||||
ISO_DIR=$(detect_iso_dir)
|
||||
if [[ -z "$ISO_DIR" ]]; then
|
||||
show_proxmenux_logo
|
||||
|
Loading…
x
Reference in New Issue
Block a user