Skip to content

Commit 13be05e

Browse files
authored
Merge pull request #118 from Izumiko/trim
Trim file modified warnings
2 parents dee0368 + 0bed760 commit 13be05e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

snapraid-aio-script.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,10 @@ function trim_log(){
920920
};
921921
/^### SnapRAID DIFF/,/^\DIFF finished/{
922922
/^### SnapRAID DIFF/!{/^DIFF finished/!d}
923-
}'
923+
};
924+
/^Unexpected /d;
925+
/^WARNING! You cannot modify files during a sync\./d;
926+
/^Rerun the sync command when finished\./d'
924927
}
925928

926929
# Process and mail the email body read from stdin.

0 commit comments

Comments
 (0)