validated calling out to logname
authorChris Koeritz <fred@gruntose.com>
Sat, 19 May 2018 22:41:37 +0000 (18:41 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 19 May 2018 22:41:37 +0000 (18:41 -0400)
commitfcd166fbb628f3cb4915da3ef8155096196687f4
treedd17756a4dd3f672fb842b32517ed3b1a5576697
parent03b04bb986f93f7dee2d7049b5516277df3aa3dc
validated calling out to logname

logname is run in a subshell, whereas USER is just a variable, so tried to trim use of logname where i could.  it needs to stay in the sysadmin stuff though, since there we are often running as sudo root.
scripts/core/functions.sh
scripts/core/variables.sh
scripts/processes/findme.sh
scripts/schedule/generate_reminders.pl
scripts/security/cool_permissionator.sh
scripts/system/common_sysadmin.sh
scripts/tty/terminal_titler.sh