This commit is contained in:
4
abra.sh
4
abra.sh
@ -1,4 +1,4 @@
|
||||
export LOOMIO_ENTRYPOINT_VERSION=v6
|
||||
export LOOMIO_ENTRYPOINT_VERSION=v7
|
||||
|
||||
# cannot be integrated into entrypoint.sh as it requires the operator to create a user first
|
||||
function make_last_user_admin()
|
||||
@ -13,4 +13,4 @@ function set_new_db_password()
|
||||
echo "setting new password for db user..."
|
||||
psql -U $POSTGRES_USER -c "ALTER USER $POSTGRES_USER PASSWORD '$(cat /run/secrets/db_password)';"
|
||||
echo "done"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user