ソースを参照

Use findmnt

Use findmnt instead of mount | grep
findmnt is part of util-linux and should be available on almost all systems
pull/130/head
MegaV0lt 4年前
committed by GitHub
コミット
6e110ae11c
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      log2ram

+ 1
- 1
log2ram ファイルの表示

@@ -56,7 +56,7 @@ syncFromDisk () {
}

wait_for () {
while ! mount | grep "$1" > /dev/null; do
while ! findmnt "$1" > /dev/null; do
sleep 0.1
done
}


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