summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/opengnsys_installer.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 335ab531..ff286a51 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -1544,8 +1544,7 @@ EOT
echoAndLog "${FUNCNAME}(): Creating ogClient config files."
sed -i -e "s/127\.0\.0\.1/$OPENGNSYS_SERVERIP/g" \
- -e "s/1234/8889/g" \
- $INSTALL_TARGET/client/ogClient/cfg/ogclient.cfg
+ $INSTALL_TARGET/client/ogClient/cfg/ogclient.json
}