guac 1.1.0

This commit is contained in:
oznu
2020-02-11 12:10:55 +11:00
parent 18e4ecb5a4
commit 601305f356
11 changed files with 819 additions and 9 deletions
+3
View File
@@ -12,6 +12,9 @@ if [ $? -ne 0 ]; then
createdb -U postgres -O $POSTGRES_USER $POSTGRES_DB
cat /app/guacamole/schema/*.sql | psql -U $POSTGRES_USER -d $POSTGRES_DB -f -
echo "$GUAC_VER" > /config/.database-version
/etc/cont-init.d/30-defaults.sh
/etc/cont-init.d/50-extensions
else
if [ "$(cat /config/.database-version)" != "$GUAC_VER" ]; then
cat /app/guacamole/schema/upgrade/upgrade-pre-$GUAC_VER.sql | psql -U $POSTGRES_USER -d $POSTGRES_DB -f -