removing erroneous lines
This commit is contained in:
parent
0024f62f27
commit
94999b7ff9
2
noter.sh
2
noter.sh
|
@ -13,8 +13,6 @@ nlog() {
|
||||||
nlog "sourcing config.sh"
|
nlog "sourcing config.sh"
|
||||||
noter_dir=$(dirname "$0")
|
noter_dir=$(dirname "$0")
|
||||||
source $noter_dir/config.sh
|
source $noter_dir/config.sh
|
||||||
# Load config overrides from a non-vcs file
|
|
||||||
source $noter_dir/config_local.sh
|
|
||||||
|
|
||||||
# Override publish dir if passed as cli arg
|
# Override publish dir if passed as cli arg
|
||||||
[[ ! -z "$1" ]] && nlog "overriding publish_dir to $1" && publish_dir="$1"
|
[[ ! -z "$1" ]] && nlog "overriding publish_dir to $1" && publish_dir="$1"
|
||||||
|
|
Reference in New Issue