diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-02-17 10:04:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-17 10:04:09 +0100 |
commit | 2bcedc2859e7a60c0120470e3c7f2dcd22e733d2 (patch) | |
tree | 79c747fd855056072d0312a5bb550b92cd369a28 /bin | |
parent | 9945f19a032dbd385e43ccc76ce80050ffcd5039 (diff) |
fix(Bash/Exporter): fix path + add prompt to prevent wrong usage (#1477)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/acore-db-export | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/acore-db-export b/bin/acore-db-export index 11b8d6cba0..e908f27c38 100755 --- a/bin/acore-db-export +++ b/bin/acore-db-export @@ -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" |