mirror of https://github.com/apache/cloudstack.git
Upgrade: no error for this statement
This commit is contained in:
parent
de4d5f0397
commit
91aa145f5d
|
|
@ -9,7 +9,7 @@ usage() {
|
|||
}
|
||||
|
||||
#set iptables
|
||||
iptables -D RH-Firewall-1-INPUT -p tcp -m tcp --dport 5900:6099 -j ACCEPT 2>&1
|
||||
iptables -D RH-Firewall-1-INPUT -p tcp -m tcp --dport 5900:6099 -j ACCEPT 2>/dev/null
|
||||
iptables -I RH-Firewall-1-INPUT -p tcp -m tcp --dport 5900:6099 -j ACCEPT 2>&1
|
||||
|
||||
# listen vnc on all interface
|
||||
|
|
|
|||
Loading…
Reference in New Issue