From 8c1f0e01df1097ce111b1880497fb82e8b12038d Mon Sep 17 00:00:00 2001 From: TJ Luoma Date: Tue, 11 Jun 2019 20:40:30 -0400 Subject: [PATCH] New XML_FEED --- di-launchcontrol.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/di-launchcontrol.sh b/di-launchcontrol.sh index febe3c60..f7430d84 100755 --- a/di-launchcontrol.sh +++ b/di-launchcontrol.sh @@ -22,9 +22,14 @@ else PATH=/usr/local/scripts:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin fi - # 2018-07-17 this was the old URL I was using (still works, at least for now): - # XML_URL='http://www.soma-zone.com/LaunchControl/a/appcast_update.xml' -XML_FEED='https://somazonecom.ipage.com/soma-zone.com/LaunchControl/a/appcast_update.xml' + ## + ## 2019-06-11 - this one seems slightly slower to update, or is now out of date? + ## XML_FEED='https://somazonecom.ipage.com/soma-zone.com/LaunchControl/a/appcast_update.xml' + ## + ## This one is even older: + ## XML_URL='http://www.soma-zone.com/LaunchControl/a/appcast_update.xml' + +XML_FEED='https://www.soma-zone.com/LaunchControl/a/appcast.xml' INFO=($(curl -sfL "$XML_FEED" \ | tr '[:blank:]' '\012' \