diff options
Diffstat (limited to 'server')
-rwxr-xr-x | server/bin/oglivecli | 2 |
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. |