mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Update upgrade
This commit is contained in:
parent
28a549a0b8
commit
6ccad89216
1 changed files with 5 additions and 5 deletions
|
@ -52,11 +52,11 @@ ynh_script_progression "Configuring $app..."
|
|||
ynh_composer_exec dump-autoload
|
||||
|
||||
pushd "$install_dir"
|
||||
"php$php_version" artisan key:generate -n --force --env
|
||||
"php$php_version" artisan migrate -n --force
|
||||
"php$php_version" artisan config:clear -n
|
||||
"php$php_version" artisan config:cache -n
|
||||
"php$php_version" artisan view:clear
|
||||
ynh_exec_as_app "php$php_version" artisan key:generate -n --force --env
|
||||
ynh_exec_as_app "php$php_version" artisan migrate -n --force
|
||||
ynh_exec_as_app "php$php_version" artisan config:clear -n
|
||||
ynh_exec_as_app "php$php_version" artisan config:cache -n
|
||||
ynh_exec_as_app "php$php_version" artisan view:clear
|
||||
popd
|
||||
|
||||
chown -R "$app:www-data" "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue