From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 27 Aug 2023 02:01:24 +0000 (+0200)
Subject: Fix missing include bug.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/te&quot;st.html?a=commitdiff_plain;h=1e8172cc64be2d58abb43da5ac33050d6e389389;p=config

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"