remove config_override.sh from daily.sh

This commit is contained in:
idk
2022-09-19 19:01:20 -04:00
parent 434546f24c
commit b485d0630f

View File

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