forgot to close case
This commit is contained in:
parent
f0542a25c1
commit
9deb11ea9e
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ case "$action" in
|
||||||
echo "Invalid action. Use 'up' or 'down'."
|
echo "Invalid action. Use 'up' or 'down'."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
firewall-cmd --reload > /dev/null
|
firewall-cmd --reload > /dev/null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue