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:
commit
8f418ba020
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue