From 5e8cc9cee0555bd8736a3116cfa091c88030abba Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Mon, 13 Mar 2023 13:53:18 -0400 Subject: [PATCH] Rename site_definition to site.conf --- deploy.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy.sh b/deploy.sh index 2fe9df9..b313bf2 100755 --- a/deploy.sh +++ b/deploy.sh @@ -181,12 +181,12 @@ function stub_site_definition { ln -s "$SITE_PATH" "$PROJECT_PATH/sites/$DOMAIN_NAME" fi - if [ ! -f "$SITE_PATH/site_definition" ]; then + if [ ! -f "$SITE_PATH/site.conf" ]; then # check to see if the enf file exists. exist if not. - SITE_DEFINITION_PATH="$SITE_PATH/site_definition" + SITE_DEFINITION_PATH="$SITE_PATH/site.conf" if [ ! -f "$SITE_DEFINITION_PATH" ]; then - # stub out a site_definition with new passwords. + # stub out a site.conf with new passwords. cat >"$SITE_DEFINITION_PATH" <