瀏覽代碼

Fix nmount on blank entry

master
Arun Prakash Jana 5 年之前
父節點
當前提交
bd2831498c
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      plugins/nmount

+ 5
- 0
plugins/nmount 查看文件

@@ -10,6 +10,11 @@ lsblk
echo
echo -n "device (e.g. sdc2): "
read dev

if [ -z "$dev" ]; then
exit 1
fi

echo

if grep -qs "$dev " /proc/mounts; then


Loading…
取消
儲存