diff --git a/update.sh b/update.sh index 88cedef..02edc3f 100755 --- a/update.sh +++ b/update.sh @@ -2,7 +2,7 @@ git pull -if [ -d './static/images/generated/']; then +if [ -d './static/images/generated/' ]; then rm -r './static/images/generated/' fi