5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
|
if [ "$reason" = "BOUND" ]
|
||
|
then
|
||
|
/sbin/e-smith/signal-event ip-change "$new_ip_address" "$interface"
|
||
|
fi
|