From 1d2c4a30bf744090efcd99e3b2202ef632be039e Mon Sep 17 00:00:00 2001 From: Roger Pamies Date: Sat, 21 Jan 2023 01:27:58 +0100 Subject: [PATCH] remove token --- updates-notifier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updates-notifier.sh b/updates-notifier.sh index bebc5a9..c03751d 100755 --- a/updates-notifier.sh +++ b/updates-notifier.sh @@ -3,7 +3,7 @@ PATH=$PATH:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin # vars gotify -readonly TOKEN="AIbX-rqHb6h0-BZ" +readonly TOKEN="" #https://askubuntu.com/questions/269606/apt-get-count-the-number-of-updates-available num=`apt-get -q -y --ignore-hold --allow-change-held-packages --allow-unauthenticated -s dist-upgrade | /bin/grep ^Inst | wc -l`;