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.
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