fixing abra.sh

This commit is contained in:
blu 2024-03-18 10:57:51 +01:00
parent e349736346
commit 90ef71eaff
Signed by: blu
GPG Key ID: 9DF47BD2E647A7D6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ initial_setup() {
echo "Starting DB migrations..."
php artisan migrate
create_first_admin_user()
create_first_admin_user
}
clear_cache() {