commit 8f914396014d87d553b73b380ced97ecc25f0454
parent cd9cf1e79a9eb948b07209c2eb6c41e4dfa26ba0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 13 Aug 2019 11:08:12 +0200
Small hack for allowing upload without preprocessing
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.local/bin/upload b/.local/bin/upload
@@ -70,6 +70,7 @@ preprocess_file() {
[ "$border" = 1 ] && add_border "$1" "$2"
[ "$resize" = 1 ] && add_resize "$1" "$2"
[ "$sharpen" = 1 ] && add_sharpening "$1" "$2"
+ printf ""
}
upload_file() {