simplified sudo function
authorChris Koeritz <cak0l@virginia.edu>
Mon, 1 Jun 2020 14:19:23 +0000 (10:19 -0400)
committerChris Koeritz <cak0l@virginia.edu>
Mon, 1 Jun 2020 14:19:23 +0000 (10:19 -0400)
commit3ccfc799c6e1bcc3c0b282797267a65aa7e4c714
treeb9d981af3d2bac23b28228291c8fc30a8f5e0f4e
parent90d5ddd79a107325bb0d7b566ec61c9f93cdd19c
simplified sudo function

tossed out a lot of my changes after discovering the -i option to sudo, which starts a legitimate fresh shell of the type i needed.  now, the only weirdity i have to deal with is that the PATH variable still seems to be passed in from sudo even though i've asked for that fresh shell.  setting it to null prior to doing the sudo fixes that.  works a bit better now.
scripts/core/functions.sh
scripts/core/reconfigure_feisty_meow.sh
scripts/core/variables.sh