home · contact · privacy
Fix missing include bug.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 27 Aug 2023 02:01:24 +0000 (04:01 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 27 Aug 2023 02:01:24 +0000 (04:01 +0200)
bookworm/setup_scripts/setup_web.sh

index ea4e30508d8be803aed615aa10f2878161ab0424..8bb9987b559a0555bd760553d57ad43b0f577864 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
 set -e
+. ./misc.sh
 
 expect_n_args 1 "(domain name)" "$@"
 domain="$1"