Skip to content

Commit d7518d2

Browse files
kasper FranzDaneEveritt
authored andcommitted
updated vagrant provision to be using the new namespace (pterodactyl#659)
* updated to use the new commands
1 parent 6482f79 commit d7518d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.dev/vagrant/provision.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ composer install --no-progress
6565
php artisan key:generate --force
6666
php artisan migrate
6767
php 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

7171
echo "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 -

0 commit comments

Comments
 (0)