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

Return error code

parent ccfbdf0e
No related branches found
No related tags found
No related merge requests found
...@@ -279,7 +279,7 @@ do ...@@ -279,7 +279,7 @@ do
while [ $ret -ne 0 ] while [ $ret -ne 0 ]
do do
liberer_espace $action liberer_espace $action
ret=$? return $?
done done
nom=${action/_/ } nom=${action/_/ }
do_log "$nom reussie" 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