Squelch sed output in namecheap setup

This commit is contained in:
Erik Stambaugh 2024-02-09 06:07:17 -08:00
parent 8fc3d96a22
commit bb89126f1a

View file

@ -73,7 +73,7 @@ pubkey:
terraform-options: config.tf tf-namecheap
tf-namecheap:
if test "$(DNS_NAMECHEAP)" -eq 1; then \
@if test "$(DNS_NAMECHEAP)" -eq 1; then \
for FILE in namecheap/*; do \
sed $(SEDLINE) $${FILE} > $$(basename "$${FILE}"); \
done; \