From: Christian Heller Date: Sun, 27 Aug 2023 02:01:24 +0000 (+0200) Subject: Fix missing include bug. X-Git-Url: https://plomlompom.com/repos/?p=config;a=commitdiff_plain;h=1e8172cc64be2d58abb43da5ac33050d6e389389 Fix missing include bug. --- diff --git a/bookworm/setup_scripts/setup_web.sh b/bookworm/setup_scripts/setup_web.sh index ea4e305..8bb9987 100755 --- a/bookworm/setup_scripts/setup_web.sh +++ b/bookworm/setup_scripts/setup_web.sh @@ -1,5 +1,6 @@ #!/bin/sh set -e +. ./misc.sh expect_n_args 1 "(domain name)" "$@" domain="$1"