From 0807f98eea95378e58043cccc3c7e753746f0171 Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Mon, 12 Jan 2026 19:18:29 +0100 Subject: [PATCH] Backup function fixed if pbzip2 was not installed --- helium_helper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helium_helper.sh b/helium_helper.sh index 3705ac9..ae28ea0 100755 --- a/helium_helper.sh +++ b/helium_helper.sh @@ -647,11 +647,11 @@ update_script() { ### CHECK FOR EMPTY VERSION TAGS if [ -z "$SCRIPT_VERSION" ] ; then - echo -e "\n ${RED}Empty version tag from ${CYN}local script${RED}! Can't compare, exiting...${CRS}" + echo -e "\n ${RED}Empty version tag from ${CYN}local script${RED}! Can't compare, exiting...${CRS}\n" exit elif [ -z "$REMOTE_SCRIPT_VERSION" ] ; then - echo -e "\n ${RED}Empty version tag from ${CYN}remote script${RED}! Can't compare, exiting...${CRS}" + echo -e "\n ${RED}Empty version tag from ${CYN}remote script${RED}! Can't compare, exiting...${CRS}\n" exit fi