X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ffiles%2Ffind_bad_protection.sh;h=b9add8fc1ba49bd2b591cd7c18a6156e748cddae;hb=068a293d75c9b3bfe11489d062a7d20a6be9ddaa;hp=4fd19e6e2bf89defff2538cde88de0510878a399;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/scripts/files/find_bad_protection.sh b/scripts/files/find_bad_protection.sh index 4fd19e6e..b9add8fc 100644 --- a/scripts/files/find_bad_protection.sh +++ b/scripts/files/find_bad_protection.sh @@ -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