From: Chris Koeritz Date: Sat, 4 Feb 2017 02:15:43 +0000 (-0500) Subject: patched locations of moved scripts X-Git-Tag: 2.140.90~231 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=36787833c69e28f8238dbffa439a7d347b136859;p=feisty_meow.git patched locations of moved scripts --- diff --git a/scripts/archival/shared_snarfer.pl b/scripts/archival/shared_snarfer.pl index dbf268d6..5d1ac737 100644 --- a/scripts/archival/shared_snarfer.pl +++ b/scripts/archival/shared_snarfer.pl @@ -456,7 +456,7 @@ sub restore_archive { if ($outcome) { die("failure to undo archive"); } local($outcome) = - 0xff & system "bash", "$FEISTY_MEOW_SCRIPTS/files/normal_perm.sh", "."; + 0xff & system "bash", "$FEISTY_MEOW_SCRIPTS/security/normal_perm.sh", "."; if ($outcome) { die("failure to normalize permissions"); } # remove any links that might have crept in; these can cause mischief. diff --git a/scripts/customize/fred/refred.sh b/scripts/customize/fred/refred.sh index fb33e9e3..8d951919 100644 --- a/scripts/customize/fred/refred.sh +++ b/scripts/customize/fred/refred.sh @@ -4,7 +4,7 @@ function refred() { sudo chown -R fred:fred /home/fred /home/games /home/archives /usr/local/fred - sudo bash $FEISTY_MEOW_SCRIPTS/files/normal_perm.sh /var/log + sudo bash $FEISTY_MEOW_SCRIPTS/security/normal_perm.sh /var/log } # this block should execute when the script is actually run, rather