Kaynağa Gözat
use rm -f instead of rm
Suppresses an error message, if the file does not exist.
pull/34/head
Sailing74
7 yıl önce
committed by
GitHub
ebeveyn
işleme
585432f0fa
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
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 |
|
|
|