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

Update upgrade

This commit is contained in:
Éric Gaspar 2023-09-28 11:12:32 +02:00 committed by Félix Piédallu
parent c21227cf37
commit 3fbeff6247

View file

@ -12,7 +12,7 @@
myynh_clean_source () {
find "$install_dir" -type f -name ".htaccess" -delete
if [ -e "$install_dir/.gitignore" ]; then
ynh_secure_remove "$install_dir/.gitignore"
ynh_secure_remove --file="$install_dir/.gitignore"
fi
}