mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd /var/www
|
|
|
|
php artisan storage:link || true
|
|
php artisan key:generate
|
|
php artisan passport:keys || true |