Skip to content

Commit c7da83b

Browse files
committed
Merge branch 'development'
2 parents f0eef57 + 443b0af commit c7da83b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

files/startService.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ cd `dirname $0`
44

55
# export the libraries required for the service start
66
export LD_LIBRARY_PATH="$(pwd)/lib"
7+
export MARIADB_PLUGIN_DIR="$(pwd)/lib"
8+
export MARIADB_TLS_DISABLE_PEER_VERIFICATION=1
79

810
ConfigureFlag="wsc_start_configured"
911
if [ ! -e "$(pwd)/${ConfigureFlag}" ]; then

0 commit comments

Comments
 (0)