mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[963] fix run_dbutil.sh script to not change cwd
with this change, you can pass run_dbutil.sh a relative path name for the db file
This commit is contained in:
@@ -37,5 +37,4 @@ export B10_FROM_SOURCE
|
||||
BIND10_MSGQ_SOCKET_FILE=@abs_top_builddir@/msgq_socket
|
||||
export BIND10_MSGQ_SOCKET_FILE
|
||||
|
||||
cd ${DBUTIL_PATH}
|
||||
exec ${PYTHON_EXEC} -O b10-dbutil "$@"
|
||||
exec ${PYTHON_EXEC} -O ${DBUTIL_PATH}/b10-dbutil "$@"
|
||||
|
Reference in New Issue
Block a user