This commit is contained in:
parent
766362a1d3
commit
f63a0bb425
|
@ -9,7 +9,7 @@ if [ -z "$SSH_CLIENT" ]; then
|
||||||
elif [ "${DONE_ALLOW_NONGRAPHICAL:-0}" -ne 0 ] && (( ${+functions[done_send_notification]} )); then
|
elif [ "${DONE_ALLOW_NONGRAPHICAL:-0}" -ne 0 ] && (( ${+functions[done_send_notification]} )); then
|
||||||
: # Or if the user really wants us to
|
: # Or if the user really wants us to
|
||||||
else
|
else
|
||||||
# Exit early if otherwise
|
# Exit early otherwise
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue