mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-15 03:56:54 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user