summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorIrina Gómez <irinagomez@us.es>2021-02-15 12:23:31 +0000
committerIrina Gómez <irinagomez@us.es>2021-02-15 12:23:31 +0000
commitd3c553830b9f964d2d402932b5722ff7ea952384 (patch)
tree6765151ff1d184e94d15c58113c91b94bfeab75b /installer
parentb672456506b0a32de31dd8592cd1c7e23d725a27 (diff)
#1029 Installation and update show a warning about debug level of syslog.
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/opengnsys_installer.sh4
-rwxr-xr-xinstaller/opengnsys_update.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index d199f908..09a1ee5d 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -1629,8 +1629,8 @@ function installationSummary()
echoAndLog "It's strongly recommended to synchronize this server with an NTP server."
echoAndLog "Review or edit all configuration files."
echoAndLog "Insert DHCP configuration data and restart service."
- echoAndLog "Optional: If you want to use BURG as boot manager, run"
- echoAndLog " \"curl $DOWNLOADURL/burg.tgz -o $INSTALL_TARGET/client/lib/burg.tgz\" as root."
+ echoAndLog "Review syslog configuration and logrotate by syslog,"
+ echoAndLog " in debug mode OpenGnsys log is very extensive."
echoAndLog "Optional: Log-in as Web Console admin user."
echoAndLog " - Review default Organization data and assign access to users."
echoAndLog "Log-in as Web Console organization user."
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh
index 596fbbdc..66419ab6 100755
--- a/installer/opengnsys_update.sh
+++ b/installer/opengnsys_update.sh
@@ -1299,8 +1299,8 @@ function updateSummary()
echoAndLog " - You must to clear web browser cache before loading OpenGnsys page"
echoAndLog " - Run \"settoken\" script to update authentication tokens"
[ "$INSTALLEDOGLIVE" ] && echoAndLog " - Installed new ogLive Client: $INSTALLEDOGLIVE"
- echoAndLog " - If you want to use BURG as boot manager, run following command as root:"
- echoAndLog " curl $DOWNLOADURL/burg.tgz -o $INSTALL_TARGET/client/lib/burg.tgz"
+ echoAndLog " - Review syslog configuration and logrotate by syslog,"
+ echoAndLog " in debug mode OpenGnsys log is very extensive."
echo
}