Change the line 434, then the code is working with more than 9 volumes
storageID[$i]=$(echo "$syno_diskspace" | grep "= \"\?/${storageName[$i]}\"\??" | cut -d "=" -f1 | rev | cut -d "." -f1 | rev)
=> additional ?
Hope that helps other people as well.
Thanks for your work
Best regards
Fabian
Change the line 434, then the code is working with more than 9 volumes storageID[$i]=$(echo "$syno_diskspace" | grep "= \"\?/${storageName[$i]}\"\??" | cut -d "=" -f1 | rev | cut -d "." -f1 | rev)
=> additional ?
Hope that helps other people as well. Thanks for your work Best regards Fabian