Skip to content

Commit

Permalink
create-site.sh exit if no valid A record found
Browse files Browse the repository at this point in the history
  • Loading branch information
oh2fih committed Mar 4, 2024
1 parent dcf26de commit 237a6f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sbin/create-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ for hostname in "${@:2}"; do
fi
else
echo "*** ERROR! $validated_hostname [$ip_of_hostname] not pointing to [$MYIP]"
exit 1
fi
fi
done
Expand Down

0 comments on commit 237a6f5

Please sign in to comment.