mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 09:30:00 +01:00
Update onlyoffice-install.sh - postgres 15 > 16
This commit is contained in:
@@ -10,7 +10,7 @@ DB_PASSWORD=$(openssl rand -base64 15)
|
||||
RABBITMQ_USER="onlyoffice"
|
||||
RABBITMQ_PASSWORD=$(openssl rand -base64 15)
|
||||
JWT_SECRET=$(openssl rand -base64 20)
|
||||
PG_VERSION="15"
|
||||
PG_VERSION="16"
|
||||
|
||||
# Check for Root Privileges
|
||||
if ! [ $(id -u) = 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user