xupdate: Check result of git pull

This commit is contained in:
remittor
2025-01-14 15:32:42 +03:00
parent be11da2423
commit f80d726319

View File

@@ -37,7 +37,7 @@ git fetch
[ "$?" != "0" ] && die "Can't fetch current repository"
git pull --force "origin" &> /dev/null
#[ "$?" != "0" ] && die "Can't pull current repository"
[ "$?" != "0" ] && die "Can't pull current repository"
CUR_BRANCH=$( git rev-parse --abbrev-ref HEAD )