From ed813983608199430215acb1c2f99f65b5519599 Mon Sep 17 00:00:00 2001 From: Junior <junior@jaj.com> Date: Tue, 2 Jul 2019 09:23:15 -0400 Subject: [PATCH] Change the order of the daily parsing scripts. --- scripts/homeaudio_updateall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/homeaudio_updateall.sh b/scripts/homeaudio_updateall.sh index e483a34..f9a0a53 100755 --- a/scripts/homeaudio_updateall.sh +++ b/scripts/homeaudio_updateall.sh @@ -2,6 +2,6 @@ SCRIPTPATH=/var/www/htdocs/m/scripts/ -${SCRIPTPATH}homeaudio_auditqueues.pl -${SCRIPTPATH}homeaudio_makealpha.pl php ${SCRIPTPATH}homeaudio_parsesongs.php +${SCRIPTPATH}homeaudio_makealpha.pl +${SCRIPTPATH}homeaudio_auditqueues.pl