mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
Remove extraneous output in chaosmonkey
This commit is contained in:
@@ -13,7 +13,7 @@ Command should be:
|
||||
|
||||
ssh docker@$1 sudo sh <<EOF
|
||||
_cm_init () {
|
||||
iptables -L CHAOSMONKEY 2>/dev/null || {
|
||||
iptables -L CHAOSMONKEY >/dev/null 2>/dev/null || {
|
||||
iptables -N CHAOSMONKEY
|
||||
iptables -I FORWARD -j CHAOSMONKEY
|
||||
iptables -I INPUT -j CHAOSMONKEY
|
||||
|
||||
Reference in New Issue
Block a user