After reboot extra IPs not automatically added in FreeBSD

ChiefZigZag

Verified User
Joined
Feb 17, 2020
Messages
47
I found that /usr/local/directadmin/scripts/startips uses /bin/bash not /bin/sh. I was able to resolve this by adding the bash package..

Code:
# pkg add bash
# ln -s /usr/local/bin/bash /bin/bash
 
Last edited:
Back
Top