Fix indent of sles case

This commit is contained in:
Oliver Günther
2025-12-05 10:31:04 +01:00
parent 84975af7f5
commit 898f45a489
@@ -116,10 +116,9 @@ install_postgres_server() {
;; ;;
"suse") "suse")
case $(wiz_fact "osversion") in echo "$MSG_UNKNOWN_DISTRIBUTION_VERSION"
echo "$MSG_UNKNOWN_DISTRIBUTION_VERSION" exit 1
exit 1 ;;
;;
esac esac
} }