From 625118199f5cfb33be378fcc4e5292603e62feeb Mon Sep 17 00:00:00 2001 From: leimingsheng Date: Fri, 5 Dec 2025 14:01:49 +0800 Subject: [PATCH] fix(master : nicsensor) fix spell error , update to 1.8.3 --- nicsensor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nicsensor.sh b/nicsensor.sh index 22f6896..d8cc15b 100755 --- a/nicsensor.sh +++ b/nicsensor.sh @@ -1,5 +1,5 @@ #!/bin/sh -SCRIPT_VERSION="1.8.2" +SCRIPT_VERSION="1.8.3" # --------------------------------------------------------- # Project Feature Varible (Change if need) # --------------------------------------------------------- @@ -296,7 +296,7 @@ load_properties_from_cache(){ fi if [ -e "/tmp/ns_disabledetect" ];then - DISABLE_DETECT=`cat /tm/ns_disabledetect` + DISABLE_DETECT=`cat /tmp/ns_disabledetect` fi }