From b18584945b6836108622278c1d1d1d2f7597a209 Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Thu, 19 Apr 2018 21:53:00 -0700 Subject: [PATCH] Debugging output --- extras/installer.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extras/installer.sh b/extras/installer.sh index b94bbae..819ceb4 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -26,7 +26,9 @@ else fi # there is no 'else' because if this is being run plexupdate is either already installed # or they already have either wget or curl - source <($DOWNLOADER "${ORIGIN_REPO}/${BRANCHNAME:-master}/plexupdate-core") + echo "Sourcing plexupdate-core using: $DOWNLOADER '${ORIGIN_REPO}/${BRANCHNAME:-master}/plexupdate-core" + source <($DOWNLOADER "${ORIGIN_REPO}/${BRANCHNAME:-master}/plexupdate-core") || echo "failed to source" && exit 1 + echo "Source succeeded" fi install() {