correct exit codes

This commit is contained in:
MickLesk
2026-08-03 10:28:52 +02:00
parent 1ac9af2add
commit b3550b99e0
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ function ensure_openssl() {
$STD apt-get install -y openssl
else
msg_error "openssl is required but could not be installed automatically."
exit 10
exit 237
fi
msg_ok "Installed openssl"
}