fixed quotes in setup.sh
This commit is contained in:
parent
d2c244d0d4
commit
39e3fddc6d
0
containers/zammad-postgresql/backup.sh
Normal file → Executable file
0
containers/zammad-postgresql/backup.sh
Normal file → Executable file
2
containers/zammad/setup.sh
Normal file → Executable file
2
containers/zammad/setup.sh
Normal file → Executable file
@ -10,7 +10,7 @@ fi
|
|||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get upgrade -y
|
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/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# install gosu
|
# install gosu
|
||||||
|
Loading…
Reference in New Issue
Block a user