From 93aba0322a9a8230d7f2782c86d831d79db31fc4 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 31 Mar 2023 22:33:34 +0300 Subject: [PATCH] notify: New WAP, sort hosts. --- Documents/bin/notify | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documents/bin/notify b/Documents/bin/notify index 07d3cdc..099037f 100755 --- a/Documents/bin/notify +++ b/Documents/bin/notify @@ -41,12 +41,12 @@ fi #FIXME: Remove domain, just hostname. case "$hostname" in - ea6350) nextcloud;; ElementaryOS) nextcloud;; + YOGA-C930) notify_send "$@";; host01) nextcloud;; kodi) nextcloud;; + mr8300) nextcloud;; ns1) nextcloud;; ns4) nextcloud;; - YOGA-C930) notify_send "$@";; *) ;; esac -- GitLab