Hi, I am using the latest vix image and I would like to add multiple iptv lists onto my VU+ reciever

I am using the following script in putty to add m3u lines

wget -O /etc/enigma2/iptv.sh "URL_HERE_&type=enigma22_script&output=mpegts" && chmod 777 /etc/enigma2/iptv.sh && /etc/enigma2/iptv.sh

and

wget -O /etc/enigma2/iptv2.sh "URL_HERE_&type=enigma22_script&output=mpegts" && chmod 777 /etc/enigma2/iptv2.sh && /etc/enigma2/iptv2.sh


For some reason only IPTV.sh refreshes the playlist when I reboot, but how do I get the IPTV2.SH list to autostart also?

thanks