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

Fix Bad return

parent bd0779da
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ do
while [ $ret -ne 0 ]
do
liberer_espace $action
return $?
ret=$?
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