From: Chris Koeritz Date: Tue, 31 Oct 2017 08:53:36 +0000 (-0400) Subject: making refred less aggressive X-Git-Tag: 2.140.90~122 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=a5d7384673ab1090965ea7190fda07385220c59a;p=feisty_meow.git making refred less aggressive we don't want all of the /home/archives folder owned by fred necessarily, e.g. when there is a www there that is for /var/www. --- diff --git a/scripts/customize/fred/refred.sh b/scripts/customize/fred/refred.sh index e8f07489..f11d8b50 100644 --- a/scripts/customize/fred/refred.sh +++ b/scripts/customize/fred/refred.sh @@ -3,7 +3,7 @@ # cleans up the ownership for all my files. function refred() { - sudo chown -R fred:fred /home/fred /home/games /home/archives /usr/local/fred + sudo chown -R fred:fred /home/fred /usr/local/fred /home/games /home/archives/stuffing /home/archives/games sudo bash $FEISTY_MEOW_SCRIPTS/security/normal_perm.sh /var/log }