trying a different way to drop perms
[feisty_meow.git] / scripts / site_avenger / standup.sh
index 4b97c9ca99838f0333bb573924d6857654d58bc8..d79f7f7ebcc686dd58fc9a3e15d2c71a412ba2c6 100644 (file)
@@ -81,16 +81,9 @@ sep
 echo about to do powerup with: app="$APPLICATION_NAME" repo="$REPO_NAME" theme="$THEME_NAME"
 echo default repo is "$DEFAULT_REPOSITORY_ROOT" 
 
-#hmmm: maybe can get rid of user name parm if this works?
-echo before redo login permissions
-sudo su -i -u $(logname)
-echo after redo login permissions
-whoami
-echo user=$USER
-
-
 # pass the real user name who should own the files.
-powerup "$APPLICATION_NAME" "$REPO_NAME" "$THEME_NAME" "$(logname)"
+sudo su -u $(logname) bash "$WORKDIR/powerup.sh" "$APPLICATION_NAME" "$REPO_NAME" "$THEME_NAME"
+# "$(logname)"
 
 sep