Skip to content
Snippets Groups Projects
Commit 876afc6c authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Fixed output of cleanAndRunEccs2.sh script

parent db30417c
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ declare -a eccs2cmdToRemoveArray ...@@ -25,7 +25,6 @@ declare -a eccs2cmdToRemoveArray
if [ -s $eccsoutput ]; then if [ -s $eccsoutput ]; then
if [ -s $file ]; then if [ -s $file ]; then
while IFS= read -r line while IFS= read -r line
do do
string=$line string=$line
...@@ -64,6 +63,8 @@ if [ -s $eccsoutput ]; then ...@@ -64,6 +63,8 @@ if [ -s $eccsoutput ]; then
else else
echo "$date - ECCS2 OK: All eduGAIN IdPs have been checked successfully" echo "$date - ECCS2 OK: All eduGAIN IdPs have been checked successfully"
fi fi
else
echo "$date - ECCS2 OK: All eduGAIN IdPs have been checked successfully"
fi fi
else else
echo "$date - Something went wrong and the ECCS2 check has not been executed" echo "$date - Something went wrong and the ECCS2 check has not been executed"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment