patched locations of moved scripts
authorChris Koeritz <fred@gruntose.com>
Sat, 4 Feb 2017 02:15:43 +0000 (21:15 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 4 Feb 2017 02:15:43 +0000 (21:15 -0500)
scripts/archival/shared_snarfer.pl
scripts/customize/fred/refred.sh

index dbf268d61d7ad4e421946b8f3212ccbd12832cc1..5d1ac7377b1090978732d32bb2ffb31627f07b1b 100644 (file)
@@ -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.
index fb33e9e300dc4974c02c84bae6383e853b77726c..8d951919b0b671905e728b7314fbda99c1c38be0 100644 (file)
@@ -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