X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Ffiles%2Ffind_bad_protection.sh;h=b9add8fc1ba49bd2b591cd7c18a6156e748cddae;hb=91f004db645053b907360103b5e0139f1162df14;hp=761362f2ac35f7a6fa1f2e3551fee9492be92ca4;hpb=dbe3a7d9104352d69efdaa5eca600908ecc9bba8;p=feisty_meow.git diff --git a/scripts/files/find_bad_protection.sh b/scripts/files/find_bad_protection.sh index 761362f2..b9add8fc 100644 --- a/scripts/files/find_bad_protection.sh +++ b/scripts/files/find_bad_protection.sh @@ -1,6 +1,6 @@ #!/bin/bash -source $FEISTY_MEOW_SCRIPTS/core/date_stringer.sh +source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" bad_file="$HOME/bad_protections.txt" if [ $# = 0 ]; then dirname=$HOME; export dirname;