[org] Fix display issue in org-current-task display

This commit is contained in:
Sebastian Schulze 2021-06-15 20:37:12 +02:00
parent 8b14e517dc
commit 5282f6299f
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
FILE="/run/user/1000/org/current-task"
message=$(cat ${FILE} 2>/dev/null)
exit_code=0
message=""
if [ ! -f $FILE ]; then
message="No file found";