mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Fix indent of sles case
This commit is contained in:
@@ -116,10 +116,9 @@ install_postgres_server() {
|
||||
|
||||
;;
|
||||
"suse")
|
||||
case $(wiz_fact "osversion") in
|
||||
echo "$MSG_UNKNOWN_DISTRIBUTION_VERSION"
|
||||
exit 1
|
||||
;;
|
||||
echo "$MSG_UNKNOWN_DISTRIBUTION_VERSION"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user