mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update upgrade
This commit is contained in:
parent
68cf48db95
commit
c417b5ded6
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ then
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$final_path" --keep="config/secrets.yml config/database.yml"
|
ynh_setup_source --dest_dir="$final_path" --keep="config/secrets.yml config/database.yml"
|
||||||
|
|
||||||
cp "$tmpdir/secrets.yml" "$final_path/config/database.yml"
|
cp -f "$tmpdir/secrets.yml" "$final_path/config/database.yml"
|
||||||
cp "$tmpdir/database.yml" "$final_path/config/database.yml"
|
cp -f "$tmpdir/database.yml" "$final_path/config/database.yml"
|
||||||
ynh_secure_remove --file="$tmpdir"
|
ynh_secure_remove --file="$tmpdir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue