How did that get there

This commit is contained in:
Jack L. Frost 2014-09-30 09:25:27 +04:00
parent 9c7df6f2ee
commit ad435fd2fb
1 changed files with 1 additions and 1 deletions

View File

@ -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