Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi drbd-users,
to assign default values in bash the syntax is
newvar=${from_var:-default_val}
Please see the diff for notify.sh:
13c13
< RECIPIENT=${1:-root}
---
> RECIPIENT=${1:=root}
Best regards,
Henrik