Disabling Allstar IP Announcement on Boot
Here’s a quick tip for how to disable the IP announcement when booting up Allstar.
Navigate to /usr/local/etc
and look for files named rc.allstar
Edit this file and scroll to the bottom.
Find the line if [ "${SAY_IP_AT_BOOT,,}" == "enabled" ]; then sleep 12 ; /usr/local/sbin/sayip.sh $NODE1 ;fi
Now change the enabled to disabled.
Save restart and done!
73!