checkupdates fix

master 0.9.26
Daniel Napora 2023-01-08 02:26:59 +01:00
parent 34b1503e8d
commit 72ad7ba4c1
1 changed files with 1 additions and 1 deletions

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