This commit is contained in:
andryyy
2017-09-07 20:20:44 +02:00

View File

@@ -51,10 +51,11 @@ case "${1}" in
git fetch origin ${BRANCH}
if ! git diff origin/${BRANCH} --quiet; then
echo "Updated code is available."
exit 0
else
echo "No updates available."
exit 3
fi
exit 0
;;
esac