mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 02:40:09 +00:00
fix: add default case for POSTGRES_LOG_MIN_MESSAGES to prevent postgresql.conf syntax error
Agent-Logs-Url: https://github.com/nextcloud/all-in-one/sessions/b6d616e7-dd6d-409e-be83-4fbe7e20da50 Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
19b94f40d5
commit
d9d1250ba8
@@ -9,6 +9,7 @@ POSTGRES_LOG_MIN_MESSAGES="$(case "$AIO_LOG_LEVEL" in
|
|||||||
info) printf 'info' ;;
|
info) printf 'info' ;;
|
||||||
warn) printf 'warning' ;;
|
warn) printf 'warning' ;;
|
||||||
error) printf 'error' ;;
|
error) printf 'error' ;;
|
||||||
|
*) printf 'warning' ;;
|
||||||
esac)"
|
esac)"
|
||||||
export POSTGRES_LOG_MIN_MESSAGES
|
export POSTGRES_LOG_MIN_MESSAGES
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user