mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-05-14 04:55:01 +00:00
Comment out extraction info message
Commented out the message logging for extracting AppImage runtime.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user