diff --git a/install.ztnet/bash/ztnet.sh b/install.ztnet/bash/ztnet.sh index 93b68369..8e4be71f 100755 --- a/install.ztnet/bash/ztnet.sh +++ b/install.ztnet/bash/ztnet.sh @@ -226,9 +226,6 @@ silent() { if [ $status -ne 0 ]; then # Check for "heap out of memory" error in the output if echo "$output" | grep -q "heap out of memory"; then - # Handle the specific "heap out of memory" error - handle_memory_error $BASH_LINENO "$command" "$status" "$output" - else # Handle general errors failure $BASH_LINENO "$command" "$status" "$output" fi