Skip to content
Snippets Groups Projects
Verified Commit 2d063f80 authored by David Beniamine's avatar David Beniamine
Browse files

Return error code

parent ccfbdf0e
Branches
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ do
while [ $ret -ne 0 ]
do
liberer_espace $action
ret=$?
return $?
done
nom=${action/_/ }
do_log "$nom reussie"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment