home · contact · privacy
Fix missing include bug.
[config] / 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"