File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ composer install --no-progress
6565php artisan key:generate --force
6666php artisan migrate
6767php artisan db:seed
68- php artisan pterodactyl :user --firstname Test --lastname Admin --username admin --email testadmin@pterodactyl.io --password Ptero123 --admin 1
69- php artisan pterodactyl :user --firstname Test --lastname User --username user --email testuser@pterodactyl.io --password Ptero123 --admin 0
68+ php artisan p :user:make --name-first Test --name-last Admin --username admin --email testadmin@pterodactyl.io --password Ptero123 --admin 1
69+ php artisan p :user:make --name-first Test --name-last User --username user --email testuser@pterodactyl.io --password Ptero123 --admin 0
7070
7171echo " Add queue cronjob and start queue worker"
7272(crontab -l 2> /dev/null; echo " * * * * * php /var/www/html/pterodactyl/artisan schedule:run >> /dev/null 2>&1" ) | crontab -
You can’t perform that action at this time.
0 commit comments