fix: [reset_AIL] #368 fix

pull/378/head
Terrtia 2019-07-30 15:46:23 +02:00
parent 574b64b33b
commit de57f9b9e7
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 0 additions and 4 deletions

View File

@ -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 ]