aboutsummaryrefslogtreecommitdiff
path: root/zb-cleanup
diff options
context:
space:
mode:
Diffstat (limited to 'zb-cleanup')
-rwxr-xr-xzb-cleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/zb-cleanup b/zb-cleanup
index 1c4a97c..fd17e42 100755
--- a/zb-cleanup
+++ b/zb-cleanup
@@ -1,6 +1,6 @@
#!/bin/bash
-source /etc/profile >&/dev/null
+source /etc/profile >/dev/null
if [[ -z "$1" || -z "$2" ]] ; then
echo "usage: $0 <zfs_object> <density_percent> [max_age]" >&2