소스 검색

use rm -f instead of rm

Suppresses an error message, if the file does not exist.
pull/34/head
Sailing74 7 년 전
committed by GitHub
부모
커밋
585432f0fa
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      log2ram

+ 1
- 1
log2ram 파일 보기

@@ -52,7 +52,7 @@ wait_for () {
case "$1" in
start)
[ -d $HDD_LOG/ ] || mkdir $HDD_LOG/
rm $LOG2RAM_LOG
rm -f $LOG2RAM_LOG
mount --bind $RAM_LOG/ $HDD_LOG/
mount --make-private $HDD_LOG/
wait_for $HDD_LOG


불러오는 중...
취소
저장