Skip to content

Commit bb6eb4b

Browse files
author
Dmitry Savonin
committed
fixed makefile
1 parent c658e1f commit bb6eb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ install-docker:
44

55
.PHONY: install-acme
66
install-acme:
7-
curl https://get.acme.sh | sh -s email=dmitry@ankr.com
7+
curl https://get.acme.sh | sh -s email=dmitry@ankr.com || true
88
bash ./issue-cert.bash
99

1010
.PHONY: create-genesis

0 commit comments

Comments
 (0)