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
@@ -40,7 +40,7 @@ detect_codename() {
CODENAME="${VERSION_CODENAME:-}"
if [[ -z "$CODENAME" ]]; then
msg_error "Could not detect Debian codename."
exit 71
exit 238
fi
echo "$CODENAME"
}