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
{{ message }}
This repository has been archived by the owner on May 2, 2023. It is now read-only.
Prior to this change, the script allowed for silent failures of pipelines.
This change uses the set -e command to alter that default behavior.
This change also ignores a non-zero status when unmount is called to unmount
the USB device's first partition. Testing showed that the umount command
returned a non-zero status on every execution because the partition was not
mounted. Prior to this change, the same non-zero status was being ignored.
Related: calmh#14
(IFS then needs various values along the way)
The text was updated successfully, but these errors were encountered: