remove config_override.sh from daily.sh
This commit is contained in:
4
daily.sh
4
daily.sh
@ -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.
|
||||||
|
Reference in New Issue
Block a user