mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/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
|