summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-05-21 11:56:51 +0200
committerRamón M. Gómez <ramongomez@us.es>2019-05-21 11:56:51 +0200
commitee1bdd159da4dbd159eb1a3ea202c848eab3300d (patch)
treeab0f0b1e29db516eb88df1c2c0b1ffeb2037eb80
parenta59b7ad986961843ff762f8a37f4b0cf57abdfe1 (diff)
#908: Install OGAgent for ogLive new version when client starts.
-rwxr-xr-xclient/shared/etc/init/default.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/shared/etc/init/default.sh b/client/shared/etc/init/default.sh
index 2fc3ede9..229278ea 100755
--- a/client/shared/etc/init/default.sh
+++ b/client/shared/etc/init/default.sh
@@ -18,7 +18,7 @@ echo "${MSG_LAUNCHCLIENT:-.}"
[ -f /usr/local/etc/${LANG%_*}.qmap ] && export QWS_KEYBOARD="TTY:keymap=/usr/local/etc/${LANG%_*}.qmap"
source /scripts/client.cfg
-VERSION="1.1.1" # TEMPORAL
+VERSION="3.0.0-20190520" # TEMPORAL
if [ -f "$OPENGNSYS/images/ogagent-oglive_${VERSION}_all.deb" -a "$ogstatus" != "offline" ]; then
# Instalar, configurar e iniciar agente.
dpkg -i "$OPENGNSYS/images/ogagent-oglive_${VERSION}_all.deb"