update entrypoint version #16

Merged
ammaratef45 merged 1 commits from patch_5.1.0_release into main 2025-08-01 00:07:31 +00:00

View File

@ -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"
}
}