summaryrefslogtreecommitdiffstats
path: root/server/bin
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2017-12-11 11:02:06 +0000
committerramon <ramongomez@us.es>2017-12-11 11:02:06 +0000
commit24114987223cf031f2f3e60faa885ff5806a4d7a (patch)
tree541afe23e5de7ffd473f67da7d9dc3e2a387b5e6 /server/bin
parentfc65d8d9d4dae9733acc38d1a7aba762192ea89f (diff)
#768: Corregir errata al descargar cliente ogLive ya instalado.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5524 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'server/bin')
-rwxr-xr-xserver/bin/oglivecli2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/oglivecli b/server/bin/oglivecli
index 83e0cf78..cc2de743 100755
--- a/server/bin/oglivecli
+++ b/server/bin/oglivecli
@@ -266,7 +266,7 @@ function download() {
[ $ISOREL -ge $MINREL ] && OGLIVE[i-1]="(*) ${OGLIVE[i-1]}"
done
select opt in "${OGLIVE[@]}"; do
- [ -n "$opt" ] && OGLIVEFILE=${opt#* } && break
+ [ -n "$opt" ] && OGLIVEFILE=${opt##* } && break
done
fi
# Get download size.