aboutsummaryrefslogtreecommitdiff
path: root/zb-cleanup
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2014-06-10 18:18:25 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2014-06-10 18:18:25 +0200
commit530cd735f9dbbde5f64f6421e2f224d2909e08f7 (patch)
tree04425be049949b3727d6933c7a4ecfc24a644625 /zb-cleanup
parent8b85ee500c4a2095df42abab641863d93d36797c (diff)
downloadzfs-backup-530cd735f9dbbde5f64f6421e2f224d2909e08f7.tar.gz
zfs-backup-530cd735f9dbbde5f64f6421e2f224d2909e08f7.tar.bz2
overengineering.
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