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

Fix upgrade

This commit is contained in:
yalh76 2020-04-25 18:33:18 +02:00
parent c5854e2268
commit 056c3057be

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