diff --git a/jenkins_check_update b/jenkins_check_update index 429765f..d43d7f4 100755 --- a/jenkins_check_update +++ b/jenkins_check_update @@ -36,6 +36,6 @@ else rm -f "${JENKINS_PLUGIN_UPDATE_LOG}" #printf '%b\n' "Nothing to do" fi -cd - || exit +cd - > /dev/null || exit exit 0