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

delete the backup of config.local.php because this file must be edited with this upgrade

This commit is contained in:
Rodolphe Robles 2020-04-04 15:31:32 +02:00
parent 97e17d3fc8
commit a322817f71

View file

@ -14,7 +14,7 @@ source /usr/share/yunohost/helpers
#================================================= #=================================================
sudo cp -avr /var/www/garradin/association.sqlite /tmp/association.sqlite sudo cp -avr /var/www/garradin/association.sqlite /tmp/association.sqlite
sudo cp -avr /var/www/garradin/www/squelettes /tmp/squelettes sudo cp -avr /var/www/garradin/www/squelettes /tmp/squelettes
sudo cp -a /var/www/garradin/config.local.php /tmp/config.local.php sudo cp -avr /var/www/garradin/config.local.php /tmp/config.local.php
#================================================= #=================================================
# LOAD SETTINGS # LOAD SETTINGS