Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / archival / shared_snarfer.pl
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.