mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
6 lines
151 B
Bash
6 lines
151 B
Bash
|
#!/bin/sh
|
||
|
php artisan migrate:refresh --seed --env=vagrant
|
||
|
rm -f ./app/storage/logs/laravel.log;
|
||
|
rm -f ./app/storage/*.json
|
||
|
sudo service nginx restart
|