No error when remove log2ram log

use rm -f instead of rm
This commit is contained in:
azlux 2017-11-06 11:36:40 +01:00 committed by GitHub
commit db049c32eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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