fixes
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
DOMAIN="${1:-${DOMAIN:-}}"
|
||||
if [[ -z "$DOMAIN" ]]; then
|
||||
echo "Usage: $0 <full-domain>"; exit 1
|
||||
fi
|
||||
if [[ -z "$DOMAIN" ]]; then echo "Usage: $0 <full-domain>"; exit 1; fi
|
||||
|
||||
STACK="${STACK:-${DOMAIN%.*}}" # domain minus TLD
|
||||
BASE="/mnt/data/sites/$DOMAIN"
|
||||
|
||||
Reference in New Issue
Block a user