summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2020-05-15 10:37:37 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-05-19 18:29:47 +0200
commite3d5f9af37113f20afd327bd921683676f5315aa (patch)
tree48e1f0c175f1906af4e7ac3f2e3841b545bd7f2f /installer
parentd1fbedf6089979a3c305d258e3cc7894fc32682c (diff)
#980 use json file format in ogClient
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
}