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

correct url for backup file config.local.php

This commit is contained in:
Rodolphe Robles 2020-04-04 14:46:09 +02:00
parent 5eacdcef90
commit d600f8293c

View file

@ -54,7 +54,7 @@ fi
#=================================================
sudo cp -avr $final_path/association.sqlite /tmp/association.sqlite
sudo cp -avr $final_path/www/squelettes /tmp/squelettes
sudo cp -a $final_path/config.local.php
sudo cp -a $final_path/config.local.php /tmp/config.local.php
#=================================================
# BACKUP BEFORE UPGRADE THEN ACTIVE TRAP
#=================================================