[gen_small_cover] Fixed missing changes
This commit is contained in:
parent
202300b9fa
commit
87d1faf76d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue