getting perms right for right user
[feisty_meow.git] / scripts / site_avenger / standup.sh
index 3f5a08602160aff9900185264644dbef78c3d7cd..5c3805c1562a495fb5b7da529fe452c8915c2a2a 100644 (file)
@@ -81,7 +81,8 @@ sep
 echo about to do powerup with: app="$APPLICATION_NAME" repo="$REPO_NAME" theme="$THEME_NAME"
 echo default repo is "$DEFAULT_REPOSITORY_ROOT" 
 
-powerup "$APPLICATION_NAME" "$REPO_NAME" "$THEME_NAME" "$USER"
+# pass the real user name who should own the files.
+powerup "$APPLICATION_NAME" "$REPO_NAME" "$THEME_NAME" "$(logname)"
 
 sep