We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4502933 commit 556da4aCopy full SHA for 556da4a
macosx/massStorageCopy.sh
@@ -67,7 +67,7 @@ done
67
# Search the mountpoint
68
IFS=' ,\t' read -ra mnt_list <<< "$mountpoint_name"
69
for mnt in "${mnt_list[@]}"; do
70
- mnt_path_list=($(df -Hl | grep -v "Mounted on" | rev | cut -d' ' -f1 | rev | sort -u | grep "$mnt"))
+ mnt_path_list=($(df -H | grep -v "Mounted on" | rev | cut -d' ' -f1 | rev | sort -u | grep "$mnt"))
71
if [ ${#mnt_path_list[@]} -ne 0 ]; then
72
# Ensure to have exact match
73
for mnt_path in "${mnt_path_list[@]}"; do
0 commit comments