Skip to content

Commit

Permalink
Merge pull request xiaoyunjie#1 from BigTree975/master
Browse files Browse the repository at this point in the history
修改CentOS_Check_Script.sh语法错误
  • Loading branch information
xiaoyunjie authored Apr 2, 2020
2 parents 65d3a49 + 5695460 commit 204afb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
.DS_Store
.idea
/tools/.idea/
/PYJSAC/.idea/
/unit_test
*~
*.DS_Store
2 changes: 1 addition & 1 deletion Check_script/bash/CentOS_Check_Script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ echo "用户错误登入列表:"
lastb | head > /dev/null
if [ $? == 1 ];then
echo ">>>无用户错误登入列表"
then
else
echo ">>>用户错误登入--------[需调整]"
lastb | head
fi
Expand Down

0 comments on commit 204afb3

Please sign in to comment.