Build precise queries to find exactly what you need
Press ESC to close
@donotclickhere
Favorites0
Views521
Projects1
To fix this error I think there should be a space after /${storageName[$i]} in line 317 to prevent the grep for /volume1 also matching /volume10. storageID[$i]=$(echo "$syno_diskspace" | grep "= "?/${storageName[$i]}"?" | cut -d "=" -f1 | rev | cut -d "." -f1 | rev)
Reviewed 6 years ago