mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Update upgrade
This commit is contained in:
parent
690a449986
commit
e0573343cf
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir" --keep="config/packages/local.yaml var/invoices/ var/data/"
|
||||
ynh_setup_source --dest_dir="$install_dir" --keep="var/invoices/ var/data/"
|
||||
fi
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
|
@ -56,7 +56,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Building $app..." --weight=1
|
||||
|
||||
ynh_secure_remove --file="$final_path/var/cache/prod"
|
||||
ynh_secure_remove --file="$final_path/var/cache/prod/*"
|
||||
ynh_install_composer --install_args="--optimize-autoloader --no-scripts"
|
||||
ynh_composer_exec --commands="require laminas/laminas-ldap"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue