How did that get there
This commit is contained in:
parent
9c7df6f2ee
commit
ad435fd2fb
|
@ -16,7 +16,7 @@ spawn() {
|
|||
mountpoint -q "$fs_mountpoint" || {
|
||||
[[ -d "$fs_mountpoint" ]] || { mkdir "$fs_mountpoint"; }
|
||||
mount "$fs_dev" -n -t "$fs_type" -o "$fs_opts" "$fs_mountpoint" || {
|
||||
could not mount "$fs_dev on $fs_mountpoint :("
|
||||
watchman.err "could not mount $fs_dev on $fs_mountpoint :("
|
||||
}
|
||||
}
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user