From b672456506b0a32de31dd8592cd1c7e23d725a27 Mon Sep 17 00:00:00 2001 From: Irina Gómez Date: Mon, 15 Feb 2021 11:46:59 +0000 Subject: #1027 opengnsys_update.sh and opengnsys_installer.sh configure ogclient. --- installer/opengnsys_installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'installer/opengnsys_installer.sh') diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 75cfbdbe..d199f908 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1576,7 +1576,8 @@ EOT $ENABLESERVICE; $STARTSERVICE echoAndLog "${FUNCNAME}(): Creating ogClient config files." - sed -i -e "s/127\.0\.0\.1/$OPENGNSYS_SERVERIP/g" \ + sed -i -e 's/127.0.0.1/'$OPENGNSYS_SERVERIP'/' \ + -e 's/pass'.*$'/pass\": \"'$OPENGNSYS_CLIENT_PASSWD'\"/' \ $INSTALL_TARGET/client/ogClient/cfg/ogclient.json } -- cgit v1.2.3-18-g5258