]> git.slaskete.net - einar-bin/commitdiff
accidentally a
authorEinar Jørgen Haraldseid <einar@haraldseid.net>
Sat, 18 Apr 2026 10:06:56 +0000 (12:06 +0200)
committerEinar Jørgen Haraldseid <einar@haraldseid.net>
Sat, 18 Apr 2026 10:06:56 +0000 (12:06 +0200)
macvendor.sh

index c4dd1b28e334ab283ec9225909680d66cf42992d..067b074aeedda6be9c203df3c994755300d1217c 100755 (executable)
@@ -3,7 +3,7 @@
 prefixesfile=/home/einar/ownCloud/Datadumper/master_oui.txt
 
 if [[ ! -f $prefixesfile ]]; then
-  echo "Could not find MAC prefixes file $prefixesfile, please download from https://raw.githubusercontent.com/Ringmast4r/OUI-Master-Database/main/LISTS/master_oui.txt and save to some suitable "
+  echo "Could not find MAC prefixes file $prefixesfile, please download from https://raw.githubusercontent.com/Ringmast4r/OUI-Master-Database/main/LISTS/master_oui.txt and save to some suitable place and update script accordingly"
   exit 1
 fi