diff --git a/install_proxmenux_beta.sh b/install_proxmenux_beta.sh index 5fa0b1f4..f6212cf7 100644 --- a/install_proxmenux_beta.sh +++ b/install_proxmenux_beta.sh @@ -339,7 +339,7 @@ extract_appimage_to_runtime_dir() { local tmp_extract_dir tmp_extract_dir=$(mktemp -d /tmp/proxmenux-extract.XXXXXX) || return 1 - msg_info "Extracting AppImage runtime to ${target_runtime_dir}..." + #msg_info "Extracting AppImage runtime to ${target_runtime_dir}..." if ! ( cd "$tmp_extract_dir" && "$appimage_path" --appimage-extract >/dev/null 2>&1 ); then msg_error "Failed to extract AppImage."