소스 검색

Fix nmount on blank entry

master
Arun Prakash Jana 6 년 전
부모
커밋
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


||||||
x
 
000:0
불러오는 중...
취소
저장