1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2022-03-01 08:54:15 +01:00
parent ab69d5c5aa
commit 639748508e

View file

@ -84,9 +84,9 @@ if ! ynh_permission_exists --permission="api"; then
fi
# Delete existing ini configuration file (backward compatibility)
#if [ -f /etc/php/$YNH_PHP_VERSION/fpm/conf.d/20-$app.ini ]; then
# ynh_secure_remove --file=/etc/php/$YNH_PHP_VERSION/fpm/conf.d/20-$app.ini
#fi
if [ -f /etc/php/7.3/fpm/conf.d/20-$app.ini ]; then
ynh_secure_remove --file=/etc/php/7.3/fpm/conf.d/20-$app.ini
fi
#=================================================
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP