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 }