Skip to content

Commit 5345185

Browse files
authored
Merge pull request #341 from iranzo/patch-1
Update network_problem.sh
2 parents 9870e77 + fa94b42 commit 5345185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/plugin/network_problem.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ conntrack_max=$(cat /proc/sys/net/ipv4/netfilter/ip_conntrack_max)
1414
conntrack_count=$(cat /proc/sys/net/ipv4/netfilter/ip_conntrack_count)
1515

1616
if (( conntrack_count >= conntrack_max )); then
17-
echo "Conntrack table full"
18-
exit $NONOK
17+
echo "Conntrack table full"
18+
exit $NONOK
1919
fi
2020

2121
echo "Conntrack table available"

0 commit comments

Comments
 (0)