user 4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-10-28 11:08:14 +01:00
parent 212417f0c9
commit b95d7c7fce
2 changed files with 9 additions and 2 deletions

View File

@@ -3,6 +3,12 @@ set -ex
echo "Starting BIND initialization..."
# Fix permissions for mounted volume
echo "Fixing permissions for /etc/named/zones"
sudo chown -R named:named /etc/named/zones
sudo chmod -R 750 /etc/named/zones
ls -la /etc/named/zones
INITIALLY_INSTALLED_FLAG="/etc/named/zones/initialized"
# Copy template files to working directories if they don't exist
if [ ! -f $INITIALLY_INSTALLED_FLAG ]; then