Fix jwt-token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user