diff --git a/cleanAndRunEccs2.sh b/cleanAndRunEccs2.sh index 9026204fc383cc489909faca0242221aac956a9a..a7b74555b95ff9a9e23cb8cd914452d4856bf18a 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