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-06-02 12:32:36 +0200
commit41f8ff6f5a596a61690a3648e123a346ae44c3ce (patch)
tree1f13625959633fddf84dcc3a1ce79859fa1129d3 /installer
parent5ee13ae9c3c87840a7ae43d2308706956367f78e (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
}