From: Chris Koeritz Date: Thu, 27 Feb 2014 19:57:19 +0000 (-0500) Subject: fixed refred command, hopefully. X-Git-Tag: 2.140.90~821 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=634e821d6ea422ee1ef96ae1c9882789139f10a2;p=feisty_meow.git fixed refred command, hopefully. --- diff --git a/customizing/fred/refred.sh b/customizing/fred/refred.sh index 72579923..644aa76a 100644 --- 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