Skip to content

Commit 204afb3

Browse files
authored
Merge pull request #1 from BigTree975/master
修改CentOS_Check_Script.sh语法错误
2 parents 65d3a49 + 5695460 commit 204afb3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
.DS_Store
1+
.idea
2+
/tools/.idea/
3+
/PYJSAC/.idea/
4+
/unit_test
5+
*~
6+
*.DS_Store

Check_script/bash/CentOS_Check_Script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ echo "用户错误登入列表:"
222222
lastb | head > /dev/null
223223
if [ $? == 1 ];then
224224
echo ">>>无用户错误登入列表"
225-
then
225+
else
226226
echo ">>>用户错误登入--------[需调整]"
227227
lastb | head
228228
fi

0 commit comments

Comments
 (0)