From b4440061ff790a7db6e564e6d18ec09b38aff3d7 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 18 Oct 2022 17:58:09 +0200 Subject: [PATCH] added run.sh wrappers --- caladan/acme_rsync/run.sh | 4 ++++ fugu/acme_rsync/run.sh | 4 ++++ narwhal/acme_renew/run.sh | 4 ++++ narwhal/ddns/run.sh | 4 ++++ pikvm/acme_rsync/run.sh | 4 ++++ 5 files changed, 20 insertions(+) create mode 100755 caladan/acme_rsync/run.sh create mode 100755 fugu/acme_rsync/run.sh create mode 100755 narwhal/acme_renew/run.sh create mode 100755 narwhal/ddns/run.sh create mode 100755 pikvm/acme_rsync/run.sh diff --git a/caladan/acme_rsync/run.sh b/caladan/acme_rsync/run.sh new file mode 100755 index 0000000..09c0c63 --- /dev/null +++ b/caladan/acme_rsync/run.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +DAG=$(dirname "$0") +make -C "$DAG" diff --git a/fugu/acme_rsync/run.sh b/fugu/acme_rsync/run.sh new file mode 100755 index 0000000..15dc55a --- /dev/null +++ b/fugu/acme_rsync/run.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +DAG=$(dirname "$0") +gmake -C "$DAG" diff --git a/narwhal/acme_renew/run.sh b/narwhal/acme_renew/run.sh new file mode 100755 index 0000000..09c0c63 --- /dev/null +++ b/narwhal/acme_renew/run.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +DAG=$(dirname "$0") +make -C "$DAG" diff --git a/narwhal/ddns/run.sh b/narwhal/ddns/run.sh new file mode 100755 index 0000000..09c0c63 --- /dev/null +++ b/narwhal/ddns/run.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +DAG=$(dirname "$0") +make -C "$DAG" diff --git a/pikvm/acme_rsync/run.sh b/pikvm/acme_rsync/run.sh new file mode 100755 index 0000000..547b304 --- /dev/null +++ b/pikvm/acme_rsync/run.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +DAG=$(dirname "$0") +kvmd-pstrun -- make -C "$DAG"