Unverified Commit 2a642932 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Improve error message (#893)

Updated warning message for IP alias configuration failure.
parent 22726a2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ compat() {
  if ip address add dev "$interface" "$samba/24" label "$interface:compat"; then
    SAMBA_INTERFACE="$samba"
  else
    warn "failed to configure IP alias!"
    warn "failed to configure IP alias. $ADD_ERR --cap-add NET_ADMIN"
  fi

  return 0