Missing else in STDOUT

This commit is contained in:
Yorick Barbanneau 2018-11-20 00:31:46 +01:00
parent a759c98b95
commit 412f91badf
2 changed files with 8 additions and 7 deletions

View file

@ -110,6 +110,7 @@ while IFS='' read -r i || [[ -n "$line" ]]; do
msg "blue" "\t\tAttendu :\t$e_stderr\n"
msg "blue" "\t\tObtenu :\t$ret_e\n"
fi
else
msg "red" "\tSDTERR (non attendu) : $ret_e\n"
fi
fi