fix(Bash/Exporter): fix path + add prompt to prevent wrong usage (#1477)

This commit is contained in:
Francesco Borzì
2019-02-17 10:04:09 +01:00
committed by GitHub
parent 9945f19a03
commit 2bcedc2859
2 changed files with 9 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "$CUR_PATH/../apps/db_exporter/db_exporter.sh"
source "$CUR_PATH/../apps/db_exporter/db_export.sh"