From 4c128d0519740b507826d8c02aa7ddbb7a779de4 Mon Sep 17 00:00:00 2001 From: Marco Malavolti <marco.malavolti@gmail.com> Date: Tue, 28 Jul 2020 14:47:47 +0200 Subject: [PATCH] Replaced commented commands --- cleanAndRunEccs2.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cleanAndRunEccs2.sh b/cleanAndRunEccs2.sh index 9026204..a7b7455 100755 --- a/cleanAndRunEccs2.sh +++ b/cleanAndRunEccs2.sh @@ -1,16 +1,14 @@ #!/bin/bash -source $HOME/.bash_profile - # logs/stderr_$date.log is kept to see which IdP had been errors BASEDIR=$HOME # Remove old IdP and Fed List -#rm -f $BASEDIR/eccs2/input/*.json +rm -f $BASEDIR/eccs2/input/*.json # Run ECCS2 -#$BASEDIR/eccs2/runEccs2.py +$BASEDIR/eccs2/runEccs2.py # Run Failed Command again bash $BASEDIR/eccs2/logs/failed-cmd.sh -- GitLab