From b26e7d1f2a994657e239bf939d5a9a5a341d0b4c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 13 Mar 2018 11:32:34 -0400 Subject: [PATCH] adding extra app dir fix prior to checkout --- scripts/site_avenger/standup.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/site_avenger/standup.sh b/scripts/site_avenger/standup.sh index 864d74be..f6fb8e55 100644 --- a/scripts/site_avenger/standup.sh +++ b/scripts/site_avenger/standup.sh @@ -85,6 +85,11 @@ fi sep +# run this prior to the checkout to fix perms. +fix_appdir_ownership "$BASE_APPLICATION_PATH" "$APPLICATION_NAME" + +sep + #echo about to do powerup with: app="$APPLICATION_NAME" repo="$REPO_NAME" theme="$THEME_NAME" #echo default repo is "$DEFAULT_REPOSITORY_ROOT" @@ -92,6 +97,7 @@ powerup "$APPLICATION_NAME" "$REPO_NAME" "$THEME_NAME" sep +# run this again after checkout to ensure apache can write. fix_appdir_ownership "$BASE_APPLICATION_PATH" "$APPLICATION_NAME" sep -- 2.34.1