mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
Update upgrade
This commit is contained in:
parent
067bf6b25d
commit
f9950ac513
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ then
|
|||
# when running automatic tests, there is no config.inc.php
|
||||
if [ -e "$final_path.old/galette/config/config.inc.php" ]; then
|
||||
cp "$final_path.old/galette/config/config.inc.php" "$final_path/galette/config/config.inc.php"
|
||||
cp "$final_path.old/galette/data" "$final_path/galette/data"
|
||||
cp -r "$final_path.old/galette/data" "$final_path/galette/data"
|
||||
fi
|
||||
|
||||
# delete temp directory
|
||||
|
|
Loading…
Reference in a new issue