mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Forgot bin/console in upgrade script
This commit is contained in:
parent
436fe9d924
commit
b4fd2e99c6
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ ynh_install_php7
|
|||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source "$final_path"
|
||||
init_composer_update $final_path
|
||||
cd $final_path && sudo /usr/bin/php7.2 cache:clear --env=prod
|
||||
cd $final_path && sudo /usr/bin/php7.2 cache:warmup --env=prod
|
||||
cd $final_path && sudo /usr/bin/php7.2 bin/console cache:clear --env=prod
|
||||
cd $final_path && sudo /usr/bin/php7.2 bin/console cache:warmup --env=prod
|
||||
cd $final_path && sudo /usr/bin/php7.2 bin/console doctrine:migrations:migrate
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue