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:
c5f102e
)
fixed refred command, hopefully.
author
Chris Koeritz
<fred@gruntose.com>
Thu, 27 Feb 2014 19:57:19 +0000
(14:57 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 27 Feb 2014 19:57:19 +0000
(14:57 -0500)
customizing/fred/refred.sh
patch
|
blob
|
history
diff --git
a/customizing/fred/refred.sh
b/customizing/fred/refred.sh
index 725799235669538f521b368a9e40fd40dd878e19..644aa76ab89c5c6ee25f285406e155bec7ff9673 100644
(file)
--- a/
customizing/fred/refred.sh
+++ b/
customizing/fred/refred.sh
@@
-3,8
+3,8
@@
# cleans up the ownership for all my files.
function refred()
{
- chown -R fred:fred /home/fred /home/games /home/archives
- bash $FEISTY_MEOW_SCRIPTS/files/normal_perm.sh /var/log
+
sudo
chown -R fred:fred /home/fred /home/games /home/archives
+
sudo
bash $FEISTY_MEOW_SCRIPTS/files/normal_perm.sh /var/log
}
# this block should execute when the script is actually run, rather