fix(master : nicsensor) fix spell error , update to 1.8.3
This commit is contained in:
parent
2bc1bf05c6
commit
625118199f
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user