mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 19:38:10 +00:00
fix: set server default zone back to FedoraServer (#509)
This commit is contained in:
6
files/scripts/setserverdefaultzone.sh
Normal file
6
files/scripts/setserverdefaultzone.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
sed -i 's@DefaultZone=public@DefaultZone=FedoraServer@g' /etc/firewalld/firewalld.conf
|
||||
Reference in New Issue
Block a user