X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fremove_domain.sh;h=f1048b74eafff2c80c802a8d7aa316fac7f4fca2;hb=dbebc751162f353ca8a4df80656e96bf51d37e01;hp=45bb487cae14275105877e5d2bfd62ea7528f092;hpb=b449dfc22782fad12c7f3c41e8433cec0c5cdd09;p=feisty_meow.git diff --git a/scripts/system/remove_domain.sh b/scripts/system/remove_domain.sh index 45bb487c..f1048b74 100644 --- a/scripts/system/remove_domain.sh +++ b/scripts/system/remove_domain.sh @@ -15,27 +15,6 @@ source "$FEISTY_MEOW_SCRIPTS/system/common_sysadmin.sh" # some defaults that are convenient for current purposes. # existing values will be respected over our defaults. -#if [ -z "$IP_ADDRESS" ]; then -# # in our scheme, the single IP address that all our domains map to. -# IP_ADDRESS="10.28.42.20" -#fi -#if [ -z "$SERVER_ADMIN" ]; then -# # the email address (where first dot is replaced by @) for the administrator of the domain. -# SERVER_ADMIN="developer.cakelampvm.com" -#fi -#if [ -z "$MAIN_NAME_SERVER" ]; then -# # the name of the name server for the new domains (should already be configured). -# MAIN_NAME_SERVER="ns.cakelampvm.com" -#fi -#if [ -z "$MAIL_SERVER" ]; then -# # the name of the mail server for a new domain (should already be configured). -# MAIL_SERVER="mail.cakelampvm.com" -#fi -#if [ -z "$DISTRO" ]; then -# # the distribution name to be listed in info for the new domain or subdomain. -# DISTRO="ubuntu" -#fi - # main body of script. if [[ $EUID != 0 ]]; then