From a283dbbe0a0b210168257f6b23336a28ecf6fe07 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 20 May 2018 10:14:41 +0200 Subject: [PATCH] Added many important mibs and fixed typo --- mib-downloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mib-downloader.sh b/mib-downloader.sh index c932300..f579124 100755 --- a/mib-downloader.sh +++ b/mib-downloader.sh @@ -17,7 +17,7 @@ if wget -qO $F "http://www.circitor.fr/Mibs/Mib/${1:0:1}/$1.mib"; then mv $F mibs/$1.mib exit 0 fi - echo "MIB not found on circutor.fr" >&2 + echo "MIB not found on circitor.fr" >&2 fi if wget -qO $F "https://iphostmonitor.com/mib/$1.html"; then