[gen_small_cover] Fixed missing changes

This commit is contained in:
ayakael 2018-05-18 19:40:17 -07:00
parent 202300b9fa
commit 87d1faf76d
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -10,8 +10,8 @@
#
# }
gen_cover() {
local FOLDER"${1}"
gen_small_cover() {
local FOLDER="${1}"
convert ${FOLDER}/folder.png -resize 480x480^ -gravity center ${FOLDER}/folder.jpg
local EXIT=$?
cat "${FOLDER}/folder.jpg"