Fix last exit code with 0 (success)

If it reaches the end, it a success.
This commit is contained in:
Jeremy Gardais 2021-04-14 10:17:22 +02:00
parent bffe5b0a6e
commit a3c56bcaf7
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -285,4 +285,4 @@ fi
main
exit 255
exit 0