From 634e821d6ea422ee1ef96ae1c9882789139f10a2 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 27 Feb 2014 14:57:19 -0500 Subject: [PATCH] fixed refred command, hopefully. --- customizing/fred/refred.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1