From 8747199b7ea6a03cfebe6c0641c2e96f3d06bf34 Mon Sep 17 00:00:00 2001 From: Bernt Christian Egeland Date: Tue, 16 Jan 2024 16:50:48 +0100 Subject: [PATCH] memory --- install.ztnet/bash/ztnet.sh | 3 --- 1 file changed, 3 deletions(-) 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