projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
509eee9
)
making refred less aggressive
author
Chris Koeritz
<fred@gruntose.com>
Tue, 31 Oct 2017 08:53:36 +0000
(
04:53
-0400)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/scripts/customize/fred/refred.sh
b/scripts/customize/fred/refred.sh
index e8f07489f98fd17d96e9a4c3ec6c76123f2b5cd6..f11d8b500cbf5325d2b3febeb47aa3f3eccbdec4 100644
(file)
--- 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
}