updated to scour the proper area with zapdirs.
[feisty_meow.git] / scripts / files / find_bad_protection.sh
index 4fd19e6e2bf89defff2538cde88de0510878a399..b9add8fc1ba49bd2b591cd7c18a6156e748cddae 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-source $SHELLDIR/core/date_stringer.sh
+source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
 
 bad_file="$HOME/bad_protections.txt"
 if [ $# = 0 ]; then dirname=$HOME; export dirname;
@@ -41,7 +41,7 @@ rm $outfile
 
 echo "Searching for Files Not Owned by the User in $HOME...."
 echo "" >>$bad_file
-bash $SHELLDIR/find_non_owned.sh $HOME >>$bad_file
+bash $FEISTY_MEOW_SCRIPTS/find_non_owned.sh $HOME >>$bad_file
 
 echo "" >>$bad_file
 echo "" >>$bad_file