Actualiser .forgejo/workflows/ci.yaml
/ sync (push) Successful in 0s Details
/ deploiement (push) Successful in 0s Details

This commit is contained in:
Adrien Bourmault 2023-11-30 20:43:55 +01:00
parent 0ebf3a4be5
commit 092243e1ea
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
for file in $files
do
domain=$(echo $file | sed "s/.zone//g")
/usr/bin/named-checkzone "$domain" "$file" || echo "Error on file $file" && continue
/usr/bin/named-checkzone "$domain" "$file" || ( echo "Error on file $file" && continue; )
echo "$file" >> /var/cache/bind/.modified
rsync "$file" /var/cache/bind/
echo "Move $file to /var/cache/bind"