From: Chris Koeritz Date: Tue, 13 Mar 2018 15:32:34 +0000 (-0400) Subject: adding extra app dir fix prior to checkout X-Git-Tag: 2.140.110^2~14 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=b26e7d1f2a994657e239bf939d5a9a5a341d0b4c adding extra app dir fix prior to checkout --- 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