From 0d0eec495f36fabbeb422f0d46778a9128b97a5b Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 6 Jan 2024 04:52:38 +0100 Subject: [PATCH] use '<' instead of cat --- pixelfloot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelfloot.sh b/pixelfloot.sh index 3ec5cf7..ceff527 100755 --- a/pixelfloot.sh +++ b/pixelfloot.sh @@ -419,7 +419,7 @@ floot() { then checkfile $PIXLIST message "using cache from ${YELLOW}$PIXLIST${ENDCOLOR}" - LOL_org="$(cat $PIXLIST)" + LOL_org="$(< $PIXLIST)" else checkfile $IMGFILE message "convertimg image file ${YELLOW}${IMGFILE}${ENDCOLOR}"