forgot to close case

This commit is contained in:
Oracle Public Cloud User 2024-03-10 20:13:04 +00:00
parent f0542a25c1
commit 9deb11ea9e

View file

@ -87,6 +87,7 @@ case "$action" in
echo "Invalid action. Use 'up' or 'down'."
exit 1
;;
esac
firewall-cmd --reload > /dev/null