mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix shellcheck
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
24a39e15ab
commit
5ce5d8cf9c
3 changed files with 3 additions and 2 deletions
|
|
@ -234,6 +234,7 @@ DATADIR_PERMISSION_CONF
|
|||
if [ -z "$POSTGRES_PORT" ]; then
|
||||
POSTGRES_PORT=5432
|
||||
fi
|
||||
# shellcheck disable=SC2153
|
||||
INSTALL_OPTIONS+=(--database "$DATABASE_TYPE" --database-name "$POSTGRES_DB" --database-user "$POSTGRES_USER" --database-pass "$POSTGRES_PASSWORD" --database-host "$POSTGRES_HOST" --database-port "$POSTGRES_PORT")
|
||||
|
||||
echo "Starting Nextcloud installation..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue