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