mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-22 21:30:56 +01: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
|
||||
php artisan migrate
|
||||
php artisan config:clear
|
||||
php artisan storage:link
|
||||
php artisan config:cache
|
||||
else
|
||||
php artisan migrate:refresh
|
||||
php artisan passport:install
|
||||
|
Loading…
Reference in New Issue
Block a user