Search found 1 match

by PU1OWL
Thu Apr 23, 2020 3:35 pm
Forum: Pi-Star General Support
Topic: Different Reflector Setting in /root/XLXHosts.txt not working
Replies: 7
Views: 8801

Re: Different Reflector Setting in /root/XLXHosts.txt not working

Sorry to bother you Andy,

But what if I want to add a custom XLX line?

pistar-update will always remove any custom line I add. May I suggest replacing line 168 in HostFilesUpdate.sh with a test, as below?


# If there is an XLX over-ride
if [ -f "/root/XLXHosts.txt" ]; then
while IFS= read -r ...