mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Create update.sh
This commit is contained in:
parent
3b50de3715
commit
62dc529b7f
1 changed files with 8 additions and 0 deletions
8
web/update.sh
Normal file
8
web/update.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
PHYRE_PHP=/usr/local/phyre/php/bin/php
|
||||
|
||||
|
||||
|
||||
|
||||
printf "Updating the database...\n"
|
||||
$PHYRE_PHP artisan migrate
|
||||
#$PHYRE_PHP artisan l5-swagger:generate
|
Loading…
Reference in a new issue