mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-29 08:21:51 +02:00
Fix restart of container
This commit is contained in:
parent
92029c4aff
commit
9310b28714
@ -30,6 +30,8 @@ sudo service php7.3-fpm status
|
|||||||
if [ -f /2fauth/installed ]; then
|
if [ -f /2fauth/installed ]; then
|
||||||
php artisan migrate
|
php artisan migrate
|
||||||
php artisan config:clear
|
php artisan config:clear
|
||||||
|
php artisan storage:link
|
||||||
|
php artisan config:cache
|
||||||
else
|
else
|
||||||
php artisan migrate:refresh
|
php artisan migrate:refresh
|
||||||
php artisan passport:install
|
php artisan passport:install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user