fix: typo

main
Ricard Illa 2023-05-10 12:56:15 +02:00
parent 957d106496
commit 84656efd5a
1 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ $(CALADAN_SYNC): $(FULLCHAIN) $(CERT) $(KEY)
$(RSYNC_ARGS) \ $(RSYNC_ARGS) \
--rsync-path="doas rsync" \ --rsync-path="doas rsync" \
$^ \ $^ \
dags@caladan:$(ACME_DIR) dags@caladan:$(CERT_PATH)
touch $@ touch $@
$(FUGU_SYNC): $(FULLCHAIN) $(CERT) $(KEY) $(FUGU_SYNC): $(FULLCHAIN) $(CERT) $(KEY)
@ -74,7 +74,7 @@ $(FUGU_SYNC): $(FULLCHAIN) $(CERT) $(KEY)
$(RSYNC_ARGS) \ $(RSYNC_ARGS) \
--rsync-path="doas rsync" \ --rsync-path="doas rsync" \
$^ \ $^ \
dags@fugu:$(ACME_DIR) dags@fugu:$(CERT_PATH)
touch $@ touch $@
KVMD_PST_DATA = /var/lib/kvmd/pst/data KVMD_PST_DATA = /var/lib/kvmd/pst/data
@ -85,7 +85,7 @@ $(PIKVM_SYNC): $(FULLCHAIN) $(CERT) $(KEY)
$(RSYNC_ARGS) \ $(RSYNC_ARGS) \
--rsync-path="doas kvmd-pstrun -- rsync" \ --rsync-path="doas kvmd-pstrun -- rsync" \
$^ \ $^ \
dags@pikvm:$(KVMD_PST_DATA)/acme dags@pikvm:$(KVMD_PST_DATA)/acme/$(DOMAIN)
touch $@ touch $@
define remote_dag_trigger define remote_dag_trigger