mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-23 21:24:04 +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 |