fixed quotes in setup.sh

This commit is contained in:
André Bauer 2020-02-26 18:11:30 +01:00
parent d2c244d0d4
commit 39e3fddc6d
2 changed files with 1 additions and 1 deletions

0
containers/zammad-postgresql/backup.sh Normal file → Executable file
View File

2
containers/zammad/setup.sh Normal file → Executable file
View File

@ -10,7 +10,7 @@ fi
apt-get update
apt-get upgrade -y
apt-get install -y --no-install-recommends ${PACKAGES}
apt-get install -y --no-install-recommends "${PACKAGES}"
rm -rf /var/lib/apt/lists/*
# install gosu