You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: snapraid-aio-script.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -564,7 +564,7 @@ function chk_sync_warn(){
564
564
functionchk_zero(){
565
565
echo"### SnapRAID TOUCH [$(date)]"
566
566
echo"Checking for zero sub-second files."
567
-
TIMESTATUS=$($SNAPRAID_BIN -c $SNAPRAID_CONF status | grep 'You have [1-9][0-9]* files with zero sub-second timestamp\.'| sed 's/^You have/Found/g')
567
+
TIMESTATUS=$($SNAPRAID_BIN -c $SNAPRAID_CONF status | grep -E 'You have [1-9][0-9]* files with( a)? zero sub-second timestamp\.'| sed 's/^You have/Found/g')
0 commit comments