From 7f1042927cb05e736918fa83cac1189dde31b1fa Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Sun, 18 Jan 2026 00:47:33 +0100 Subject: [PATCH] loop finished --- helium_helper.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/helium_helper.sh b/helium_helper.sh index dfe100c..726656b 100755 --- a/helium_helper.sh +++ b/helium_helper.sh @@ -771,7 +771,7 @@ configure_restore() { restore_backup } -restore_backup() { +restore_backup() { ############################################### echo -e "\t${LCY}###### Restore Summary ######${CRS}\n" echo -e " ${MGT}Destination${CRS}" echo -e " - Install path \t: ${CYN}$INSTALL_PATH${CRS}" @@ -846,6 +846,7 @@ restore_backup() { rm -rf $APP_CONFIG_PATH mv $APP_CONFIG_FOLDER $HOME/.config fi + done elif [[ "$RESTORE_CONFIRM" == "n" || "$RESTORE_CONFIRM" == "N" ]] ; then echo -e "\n ${RED}Cancelled!${CRS}\n" @@ -1223,8 +1224,6 @@ done ## ENVIRONMENT CHECK dependency_check arch_check - -## CHECK LOCAL INSTALL local_check ## UPDATE