jean-cloud-services/services/letsencrypt.jean-cloud.org/run.sh
2023-09-15 10:57:47 +02:00

9 lines
111 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
. driglibash-base
here="$(where)"
sudo -u bind bash -c "$here/run_bind.sh $@"