[FIX] Add explicit 0 return code on bootstrapping

This commit is contained in:
Bruno BELANYI 2020-08-22 20:42:20 +02:00
parent e602f46fba
commit 4bda2c3f27

View file

@ -84,3 +84,4 @@ prerequisite
[ -z "$NOYAY" ] && install-yay
[ -z "$NOLANG" ] && setup-lang
[ -z "$NOCREDS" ] && get-creds
exit 0