Fix jwt-token

This commit is contained in:
2025-09-20 23:11:57 +02:00
parent 4df5a628de
commit b74772f71d
3 changed files with 58 additions and 24 deletions

View File

@@ -43,6 +43,8 @@ fi
# Check if setup/migrations were successful
if [ $? -eq 0 ]; then
echo "Database initialization completed successfully"
# Set flag to indicate database is already initialized
export DB_INITIALIZED=true
else
echo "Database initialization failed"
exit 1