You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The array code to remove full drives does not work properly. If you have drives 1-20 and drive 1 is full, the current replacement routine will substitute all drive-1 matches with ''. The remainder stays in the array. For example 'drive-11' becomes '1'. This then causes errors that day '1' is not mounted.
Comment out these lines. farming_drives=("${farming_drives[@]/$drive}") echo "Drive $drive is full. Removing it from the list of available drives."
The text was updated successfully, but these errors were encountered:
The array code to remove full drives does not work properly. If you have drives 1-20 and drive 1 is full, the current replacement routine will substitute all drive-1 matches with ''. The remainder stays in the array. For example 'drive-11' becomes '1'. This then causes errors that day '1' is not mounted.
Comment out these lines.
farming_drives=("${farming_drives[@]/$drive}") echo "Drive $drive is full. Removing it from the list of available drives."
The text was updated successfully, but these errors were encountered: