From 77dc11677b9a7da392d36bc10a586e09e07ba3f7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 16 Aug 2023 17:49:20 +0000 Subject: [PATCH] Set git pull on upgrade to not direct everything to dev null --- lib/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.."