mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Update scripts/upgrade
Co-authored-by: Roman Kupriyanov <mr.eshua@gmail.com>
This commit is contained in:
parent
41a1b79c3d
commit
18b2bd6485
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ else
|
|||
# Create a temporary directory and backup smarty3 folder
|
||||
tmpdir="$(mktemp -d)"
|
||||
ynh_script_progression --message="Upgrading source files..."
|
||||
cp -a "$final_path/view/smarty3" "$tmpdir/view/smarty3"
|
||||
cp -a "$final_path/view/smarty3" "$tmpdir/smarty3"
|
||||
|
||||
# Remove the app directory securely
|
||||
ynh_secure_remove "$final_path"
|
||||
|
|
Loading…
Add table
Reference in a new issue