Fix restart command

This commit is contained in:
Dane Everitt 2018-08-05 22:08:44 -07:00
parent f2fc0508f0
commit e16b9e0328
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -57,5 +57,5 @@ php artisan p:server:rebuild --node=###
Then, restart all of the servers using the following command, or by manually restarting them one at a time in the Panel.
``` bash
php artisan p:server:restart --node=###
php artisan p:server:bulk-power restart --node=###
```