1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Merge branch 'YunoHost-Apps:master' into master

This commit is contained in:
Roman Kupriyanov 2021-07-14 18:10:54 +03:00 committed by GitHub
commit 4be867cfbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View file

@ -8,7 +8,7 @@
}, },
"url": "http://friendi.ca", "url": "http://friendi.ca",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"version": "2021.04~ynh2", "version": "2021.04~ynh4",
"maintainer": { "maintainer": {
"name": "Anmol Sharma", "name": "Anmol Sharma",
"email": "" "email": ""

View file

@ -115,6 +115,7 @@ else
# Create a temporary directory and backup smarty3 folder # Create a temporary directory and backup smarty3 folder
tmpdir="$(ynh_smart_mktemp 6000)" tmpdir="$(ynh_smart_mktemp 6000)"
ynh_script_progression --message="Upgrading source files..." ynh_script_progression --message="Upgrading source files..."
mkdir -p "$tmpdir/view/"
cp -a "$final_path/view/smarty3" "$tmpdir/view/smarty3" cp -a "$final_path/view/smarty3" "$tmpdir/view/smarty3"
# Remove the app directory securely # Remove the app directory securely