updated some thing relating to domainless setup

This commit is contained in:
2026-03-09 04:57:42 +01:00
parent 00320f328c
commit 3e635b285e
4 changed files with 19 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ if [ -z "$DOMAIN" ]; then
exit 1
fi
CERTS_DIR="/opt/stacks/browser/data/certs"
CERTS_DIR="/opt/files/certs/"
# Create certs directory if it doesn't exist
mkdir -p "$CERTS_DIR"