mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-16 23:30:42 +01:00
Update wordpress-install.sh - remove unused country code
This commit is contained in:
@@ -14,7 +14,6 @@ DNS_CERT=0
|
|||||||
DNS_PLUGIN=""
|
DNS_PLUGIN=""
|
||||||
DNS_TOKEN=""
|
DNS_TOKEN=""
|
||||||
CERT_EMAIL=""
|
CERT_EMAIL=""
|
||||||
COUNTRY_CODE=""
|
|
||||||
HOST_NAME=""
|
HOST_NAME=""
|
||||||
TIME_ZONE=""
|
TIME_ZONE=""
|
||||||
PHP_VERSION="83"
|
PHP_VERSION="83"
|
||||||
@@ -34,10 +33,6 @@ if [ "$(ls -A /var/db/mysql/"${DB_NAME}" 2>/dev/null)" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Variable Checks
|
# Variable Checks
|
||||||
if [ -z "${COUNTRY_CODE}" ]; then
|
|
||||||
echo 'Configuration error: COUNTRY_CODE must be set'
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
if [ -z "${TIME_ZONE}" ]; then
|
if [ -z "${TIME_ZONE}" ]; then
|
||||||
echo 'Configuration error: TIME_ZONE must be set'
|
echo 'Configuration error: TIME_ZONE must be set'
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user