Fix unbound var

This commit is contained in:
CodeShakingSheep
2026-02-09 09:57:45 -06:00
parent 684f232d4a
commit e428feea79
+1 -1
View File
@@ -57,7 +57,7 @@ ynh_script_progression "Building the application..."
pushd "$install_dir"
# Run the database migrations and initially fill the db
php$php_version artisan migrate:fresh --seed --no-interaction --verbose --force
php$php_version artisan ninja:create-account --email $mail_address --password "$password" --no-interaction --verbose
php$php_version artisan ninja:create-account --email $default_from_email_address --password "$password" --no-interaction --verbose
php$php_version artisan optimize --no-interaction --verbose
php$php_version artisan view:clear
php$php_version artisan cache:clear