1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Merge pull request #121 from YunoHost-Apps/testing

Fix upgrade from source version
This commit is contained in:
yalh76 2020-04-25 18:34:21 +02:00 committed by GitHub
commit 8f418ba020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,6 @@ if ynh_version_gt "1.1.1~ynh1" "${previous_version}" ; then
rsync -a "$final_path/$app/instance/static/" "$datadir/static/"
fi
ls -d $final_path/$app/priv/static/emoji/*/ | xargs -i sh -c 'mv "{}" "$datadir/static/emoji/$(basename {})"'
rsync -a "$final_path/$app/priv/static/emoji/" "$datadir/static/emoji/"
mkdir -p /etc/$app