diff --git a/clear.sh b/clear.sh index b75fa1f..b3e4ff1 100755 --- a/clear.sh +++ b/clear.sh @@ -4,4 +4,4 @@ DIR="$1" rm "$DIR/tags.txt" rm "$DIR/thumb.jpg" -rm "$DIR/cover.jpg" \ No newline at end of file +mv "$DIR/cover.jpg" "$DIR/Folder.jpg" \ No newline at end of file