aboutsummaryrefslogtreecommitdiff
path: root/zb-pull
diff options
context:
space:
mode:
Diffstat (limited to 'zb-pull')
-rwxr-xr-xzb-pull2
1 files changed, 2 insertions, 0 deletions
diff --git a/zb-pull b/zb-pull
index 0dabade..2aaeac8 100755
--- a/zb-pull
+++ b/zb-pull
@@ -1,5 +1,7 @@
#!/bin/sh
+source /etc/profile >&/dev/null
+
if [[ -z "$1" || -z "$2" || -z "$3" ]] ; then
echo "usage: $0 <ssh_remote> <remote_zfs_object> <local_zfs_object>" >&2
exit 1