summaryrefslogtreecommitdiff
path: root/bin/acore-db-export
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2019-02-17 10:04:09 +0100
committerGitHub <noreply@github.com>2019-02-17 10:04:09 +0100
commit2bcedc2859e7a60c0120470e3c7f2dcd22e733d2 (patch)
tree79c747fd855056072d0312a5bb550b92cd369a28 /bin/acore-db-export
parent9945f19a032dbd385e43ccc76ce80050ffcd5039 (diff)
fix(Bash/Exporter): fix path + add prompt to prevent wrong usage (#1477)
Diffstat (limited to 'bin/acore-db-export')
-rwxr-xr-xbin/acore-db-export2
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"