Output error message to stderr
parent
d8f89cae93
commit
72ae92080b
|
|
@ -72,7 +72,7 @@ elif [[ ${MODE} == "unlock" ]]; then
|
||||||
borg_unlock
|
borg_unlock
|
||||||
elif [[ ${MODE} == "exec" ]]; then
|
elif [[ ${MODE} == "exec" ]]; then
|
||||||
if [[ $# -le 1 ]]; then
|
if [[ $# -le 1 ]]; then
|
||||||
echo "ERROR: No borg arguments given"
|
>&2 echo "ERROR: No borg arguments given"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue