source user profile to get full PATH etc.

This commit is contained in:
Mirek Kratochvil 2014-06-10 16:52:37 +02:00
parent df7f4aad94
commit 8b85ee500c
3 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash
source /etc/profile >&/dev/null
if [[ -z "$1" || -z "$2" ]] ; then
echo "usage: $0 <zfs_object> <density_percent> [max_age]" >&2
exit 1

View file

@ -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

View file

@ -1,5 +1,7 @@
#!/bin/sh
source /etc/profile >&/dev/null
if [ -z "$1" ] ; then
echo "usage: $0 <zfs_object>" >&2
exit 1