We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65d3a49 + 5695460 commit 204afb3Copy full SHA for 204afb3
.gitignore
@@ -1 +1,6 @@
1
-.DS_Store
+.idea
2
+/tools/.idea/
3
+/PYJSAC/.idea/
4
+/unit_test
5
+*~
6
+*.DS_Store
Check_script/bash/CentOS_Check_Script.sh
@@ -222,7 +222,7 @@ echo "用户错误登入列表:"
222
lastb | head > /dev/null
223
if [ $? == 1 ];then
224
echo ">>>无用户错误登入列表"
225
-then
+else
226
echo ">>>用户错误登入--------[需调整]"
227
lastb | head
228
fi
0 commit comments