[DRBD-user] bug in /usr/lib/drbd/notify.sh?

Henrik Kuhn henrik.kuhn at origenis.de
Wed Jul 22 15:07:38 CEST 2009

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



More information about the drbd-user mailing list