checkupdates fix

This commit is contained in:
Daniel Napora 2023-01-08 02:26:59 +01:00
parent 34b1503e8d
commit 72ad7ba4c1

View File

@ -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