1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zusam_ynh.git synced 2024-09-03 18:05:54 +02:00

remove sensio_framework_extra.yaml only if it exists

This commit is contained in:
dragondaddy 2023-09-24 00:24:54 +02:00
parent b8431b793b
commit 5cf66d03f9

View file

@ -33,8 +33,11 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" --full_replace
if [ -f $install_dir/api/config/packages/sensio_framework_extra.yaml ]
then
rm -f $install_dir/api/config/packages/sensio_framework_extra.yaml
fi
fi
#=================================================
# ACTUAL UPDATE