Skip to content
Snippets Groups Projects
Commit 16598935 authored by nimrod's avatar nimrod
Browse files

Avoid duplicate output.

The output from the btrfs command is better, don't duplicate the output.
parent 36a33c32
Branches
No related tags found
No related merge requests found
Pipeline #951 passed
......@@ -14,6 +14,5 @@ do
echo "Scrub already running on $mp, skipping." >&2
continue
fi
btrfs scrub start "$mp"
echo "Started scrub on $mp." >&2
btrfs scrub start "$mp" >&2
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment