Skip to content

Commit

Permalink
Fixed malformed variable declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
APeter0807 committed May 19, 2016
1 parent 9149588 commit e459374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fwd_settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ systemctl start firewalld

for port in "${tcpadd[@]}"; do
firewall-cmd --permanent --add-port=$port/tcp
for port in "&{udpadd[@]}"; do
for port in "${udpadd[@]}"; do
firewall-cmd --permanent --add-port=$port/udp

firewall-cmd --reload
Expand Down

0 comments on commit e459374

Please sign in to comment.