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
_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to