1
0
Fork 0
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:
Éric Gaspar 2021-07-19 08:10:11 +02:00 committed by GitHub
parent b6243f031f
commit 7725782121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ else
popd popd
# Restore the smarty3 folder # Restore the smarty3 folder
cp -a "$tmpdir/view/smarty3" "$final_path/view/smarty3" cp -a "$tmpdir/smarty3" "$final_path/view/smarty3"
ynh_secure_remove "$tmpdir" ynh_secure_remove "$tmpdir"
fi fi
fi fi