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

Correct Typo

This commit is contained in:
Ciarán Ainsworth 2020-10-12 21:54:56 +01:00
parent a341b6fbae
commit 9ea305151c

View file

@ -221,7 +221,7 @@ ynh_replace_string --match_string="__KEY__" --replace_string="$key"
# higher quality images
# https://docs.funkwhale.audio/changelog.html#increased-quality-of-jpeg-thumbnails-manual-action-required
rm -rf "$final_path/media/__sized__"
python api/manage.py fw media generate-thumbnail
python api/manage.py fw media generate-thumbnails
)
#=================================================