X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=customizing%2Ffred%2Frefred.sh;h=644aa76ab89c5c6ee25f285406e155bec7ff9673;hb=64e1f7f6d0c786b92d2bc5425d80aec74b81990d;hp=725799235669538f521b368a9e40fd40dd878e19;hpb=4808a5b08e7dcb7c42ddb3e7595e8282b1c4eeb1;p=feisty_meow.git 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