X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fprocesses%2Ffindme.sh;h=97a3d9154d6617eb80099cdbe7f87ac3f6ecb679;hb=refs%2Fheads%2Frelease-2.140.132;hp=95487b13728c3563ea4f69475bc0d3e8b88b371e;hpb=a5652986055dd00c3dd5f0ccdf4408aa484c51f8;p=feisty_meow.git diff --git a/scripts/processes/findme.sh b/scripts/processes/findme.sh index 95487b13..97a3d915 100644 --- a/scripts/processes/findme.sh +++ b/scripts/processes/findme.sh @@ -1,6 +1,8 @@ #!/bin/bash # finds the current user's processes in the process list. snuser=$USER +# if the unix variable for the user is not set, try the dos variable. if [ -z "$snuser" ]; then snuser=$USERNAME; fi -# more checks? what else would we get it from, REPLYTO? +#hmmm: more checks? what else would we get it from, REPLYTO? + bash "$FEISTY_MEOW_SCRIPTS/users/find_user.sh" $snuser