diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-05-15 10:37:37 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-02 12:32:36 +0200 |
commit | 41f8ff6f5a596a61690a3648e123a346ae44c3ce (patch) | |
tree | 1f13625959633fddf84dcc3a1ce79859fa1129d3 /installer | |
parent | 5ee13ae9c3c87840a7ae43d2308706956367f78e (diff) |
#980 use json file format in ogClient
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_installer.sh | 3 |
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 } |