diff --git a/daily.sh b/daily.sh index 0df9bcf..d9c819b 100755 --- a/daily.sh +++ b/daily.sh @@ -11,10 +11,6 @@ fi . "$SCRIPT_DIR/config.sh" -if [ -f config_overide.sh ]; then - . "$SCRIPT_DIR/config_override.sh" -fi - ### How to set up this script: # # This script will not work unless you give it a Github API key.