mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 10:36:55 -07:00
Debugging output
This commit is contained in:
parent
fd540b0325
commit
b18584945b
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue