mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00: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 |