ソースを参照

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


読み込み中…
キャンセル
保存