diff options
Diffstat (limited to 'bin/acore-db-export')
-rwxr-xr-x | bin/acore-db-export | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/acore-db-export b/bin/acore-db-export index 9a1f154586..11b8d6cba0 100755 --- a/bin/acore-db-export +++ b/bin/acore-db-export @@ -1,3 +1,5 @@ #!/usr/bin/env bash -bash ../apps/db_exporter/db_exporter.sh
\ No newline at end of file +CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +source "$CUR_PATH/../apps/db_exporter/db_exporter.sh" |