From bf11adab99dfdf38a52b9b8be252084884434625 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 6 Mar 2021 23:18:32 +0200 Subject: [PATCH] Patchbay.pub seems to be down. --- Documents/bin/notify | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documents/bin/notify b/Documents/bin/notify index e8defd4..09af6df 100755 --- a/Documents/bin/notify +++ b/Documents/bin/notify @@ -35,13 +35,13 @@ fi #FIXME: Remove domain, just hostname. case "$hostname" in - ea6350) patchbay;; - ElementaryOS) patchbay;; - host01) patchbay;; - kodi) patchbay;; - ns1) patchbay;; - ns4) patchbay;; - workbench) patchbay;; + ea6350) bell;; + ElementaryOS) bell;; + host01) bell;; + kodi) bell;; + ns1) bell;; + ns4) bell;; + workbench) bell;; YOGA-C930) notify_send "$@";; *) ;; esac -- GitLab