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:
parent
b8431b793b
commit
5cf66d03f9
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@ then
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$install_dir" --full_replace
|
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
|
rm -f $install_dir/api/config/packages/sensio_framework_extra.yaml
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue