simplified sudo function
authorChris Koeritz <fred@gruntose.com>
Mon, 1 Jun 2020 14:19:23 +0000 (10:19 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 1 Jun 2020 14:19:23 +0000 (10:19 -0400)
commit96796c0db4950015d366557c046a3c62a5cadf78
treeb9d981af3d2bac23b28228291c8fc30a8f5e0f4e
parentce5e02fd80771708e38401e40fa0c2c1f51f7285
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