From 1bad0f4520824667e408dfac8575d92aea8148b9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 27 Jul 2015 15:34:28 +0200 Subject: misc changes Signed-off-by: Florian Pritz --- remote-notify-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote-notify-client.sh') diff --git a/remote-notify-client.sh b/remote-notify-client.sh index 5bcca11..c53fa95 100755 --- a/remote-notify-client.sh +++ b/remote-notify-client.sh @@ -4,7 +4,7 @@ exec 0<&- -sup ssh mistral 'socat unix-connect:notify.sock stdout' | +sup ssh caju 'socat unix-connect:notify.sock stdout' | while read heading message; do if [[ -n $heading ]]; then notify-send --hint=int:transient:1 -t 5000 -- "${heading}" "${message}"; -- cgit v1.2.3-24-g4f1b