From 72ad7ba4c16de9497348c7238bd3601cdd6464ed Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sun, 8 Jan 2023 02:26:59 +0100 Subject: [PATCH] checkupdates fix --- bin/checkupdates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/checkupdates.sh b/bin/checkupdates.sh index ab340bc..b17b625 100755 --- a/bin/checkupdates.sh +++ b/bin/checkupdates.sh @@ -61,5 +61,5 @@ if [ -f /tmp/"$CONKYPID" ]; then printf "\${font}\${color}\${alignr} $UPTODATE" fi else - echo "$1" > /tmp/${CONKYPID} + echo "$1" > /tmp/"${CONKYPID}" fi