Allow empty away message
This commit is contained in:
parent
28f479a622
commit
6b7b549029
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@ _ts_control_get_message() {
|
|||
message=$(printf "\n" | $DMENU -p "message" || true)
|
||||
fi
|
||||
|
||||
if [ -z "$message" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "$message"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue