diff options
Diffstat (limited to 'rel/overlay/bin/dbcore')
-rwxr-xr-x | rel/overlay/bin/dbcore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/overlay/bin/dbcore b/rel/overlay/bin/dbcore index 003544c2..4ffd69fa 100755 --- a/rel/overlay/bin/dbcore +++ b/rel/overlay/bin/dbcore @@ -4,7 +4,7 @@ ERTS_BIN_DIR=$(cd ${0%/*} && pwd) -ROOTDIR=${ERTS_BIN_DIR%/*/*}/dbcore +ROOTDIR=${ERTS_BIN_DIR%/*} START_ERL=`cat $ROOTDIR/releases/start_erl.data` ERTS_VSN=${START_ERL% *} |