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:
parent
97e17d3fc8
commit
a322817f71
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue