Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
ensure login works after db update
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Jul 3, 2020
1 parent 65331f1 commit d4acbf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root/etc/services.d/guacamole/run
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ 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 -
echo "$GUAC_VER" > /config/.database-version

/etc/cont-init.d/30-defaults.sh
/etc/cont-init.d/50-extensions
fi
fi

Expand Down

0 comments on commit d4acbf6

Please sign in to comment.