From de57f9b9e7c06f60ea3fd37d74383853537a9970 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Tue, 30 Jul 2019 15:46:23 +0200 Subject: [PATCH] fix: [reset_AIL] #368 fix --- reset_AIL.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reset_AIL.sh b/reset_AIL.sh index 44582e1a..d2940d0c 100755 --- a/reset_AIL.sh +++ b/reset_AIL.sh @@ -13,8 +13,6 @@ function soft_reset { # Kill all screens screen -ls | grep Detached | cut -d. -f1 | awk '{print $1}' | xargs kill - set -e - # Access dirs and delete cd $AIL_HOME @@ -102,8 +100,6 @@ function soft_reset { echo -e $RED"If yes you want to delete the DB , enter the following number: "$DEFAULT $num read userInput - set -e - soft_reset; if [ $userInput -eq $num ]