making refred less aggressive
authorChris Koeritz <fred@gruntose.com>
Tue, 31 Oct 2017 08:53:36 +0000 (04:53 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 31 Oct 2017 08:53:36 +0000 (04:53 -0400)
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.

scripts/customize/fred/refred.sh

index e8f07489f98fd17d96e9a4c3ec6c76123f2b5cd6..f11d8b500cbf5325d2b3febeb47aa3f3eccbdec4 100644 (file)
@@ -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
 }