diff --git a/lib/functions.sh b/lib/functions.sh index a77314c..5800162 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -56,7 +56,7 @@ upgrade_federated() { echo -ne "\n* Grabbing the latest version from Gitea.." API_TOKEN="92d97f5aa371d420ebce7bc9a008ea8c6ec5d334" - cd /federated && git pull https://derek:$API_TOKEN@code.federated.company/federatedcomputer/Core &> /dev/null + cd /federated && git pull https://derek:$API_TOKEN@code.federated.company/federatedcomputer/Core [ $? -ne 0 ] && fail "Git pull not working on update of federated." echo -ne "\n* Checking installed app versions with the latest.."