Skip to content
Snippets Groups Projects
Commit 3e4984df authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Sort the filsystem list.

parent 237b6f8a
Branches
No related tags found
No related merge requests found
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
echo echo
echo BEGIN `hostname | sed 's/\..*//'` nagiosadmin echo BEGIN `hostname | sed 's/\..*//'` nagiosadmin
sed 's/^/fs /' $FILESYSTEMS sed 's/^/fs /' $FILESYSTEMS | sort
sed 's/^/zfs /' $ZPOOLS sed 's/^/zfs /' $ZPOOLS | sort
echo END echo END
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment