Compare commits

...

2 Commits

Author SHA1 Message Date
Oracle Public Cloud User ea94c58486 added for forgejo 2024-03-10 20:13:13 +00:00
Oracle Public Cloud User 9deb11ea9e forgot to close case 2024-03-10 20:13:04 +00:00
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ RULES=(
"465:4650"
"587:5870"
"993:9930"
"2220:2220"
)
# Runs the actual script

View File

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