Squelch sed output in namecheap setup
This commit is contained in:
parent
8fc3d96a22
commit
bb89126f1a
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue