Fix last exit status

If no urgent is required, the script can reach the end. Thise doesn't
means it's an error.
This commit is contained in:
Jeremy Gardais 2021-04-20 15:32:30 +02:00
parent 194d488340
commit 6c23714fee
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

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