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" <