mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
fix exit status
This commit is contained in:
parent
2d91f9afe7
commit
4ea74e6d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ GetQemuArch() {
|
|||
;;
|
||||
"*")
|
||||
echo "Not supported build architecture '$1'." >&2
|
||||
exit -1
|
||||
exit 1
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue