diff --git a/autoinstall_yunohostv2 b/autoinstall_yunohostv2 index e66768a..12f31fc 100755 --- a/autoinstall_yunohostv2 +++ b/autoinstall_yunohostv2 @@ -6,6 +6,7 @@ ERR_FAIL_UPDATE=2 ERR_FAIL_INSTALL=3 ERR_CANCEL_INSTALL=4 ERR_IMPOSSIBLE=-1 +NO_ERR=0 function bck { FULLPATH="$(readlink -f "$1")" @@ -151,4 +152,4 @@ else fi # Security : we shouldn't be able to exit here -exit $ERR_IMPOSSIBLE +exit $NO_ERR