Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/clonepi
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ trimSource()
while read -r SRC_SYNC_DIR; do
FSTRIM=`fstrim -v $SRC_SYNC_DIR 2>&1`
if [ $? = 0 ]; then
doMsg "filesyste at $FSTRIM" "info"
doMsg "filesystem at $FSTRIM" "info"
else
doMsg "filesystem at $SRC_SYNC_DIR does not support TRIM" "info"
fi
Expand Down