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:
parent
5eacdcef90
commit
d600f8293c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue