mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-03 19:43:05 +02:00
correct exit codes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user