jean-cloud-services/services/dnscerts.jean-cloud.org/run.sh
Adrian Amaglio 88e8e2fc76 update
2023-09-16 20:17:34 +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 $@"