X-Git-Url: https://git.ucc.asn.au/?p=zanchey%2Fuccpass.git;a=blobdiff_plain;f=uccpass;fp=uccpass;h=f3998037ed7156480c579499a494c1533aaa516a;hp=1c453e32df60188795777b04aadbe8116e94ef1c;hb=164bd3b3fd15aa5f5f13cf11c1a8f44a790ce9b8;hpb=d281445b66faf26bd0a868ed72501175f3e31e96 diff --git a/uccpass b/uccpass index 1c453e3..f399803 100755 --- a/uccpass +++ b/uccpass @@ -37,6 +37,7 @@ init () { export PASSWORD_STORE_DIR="$UCCPASS_ROOT/store" export PASSWORD_STORE_UMASK=007 + USER=`whoami` export GIT_AUTHOR_EMAIL="$USER+wheel@ucc.gu.uwa.edu.au" export GIT_AUTHOR_NAME="`getent passwd $USER | cut -d: -f5`"