0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-10 08:07:34 +00:00

fix(netdata-updater.sh): remove commit_check_file directory ()

This commit is contained in:
Ilya Mashchenko 2024-12-27 16:01:24 +02:00 committed by GitHub
parent 9daac87b5d
commit cfd832964e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -551,6 +551,10 @@ else:
commit_date="$(python3 -c "${python_version_check}" < "${commit_check_file}")"
fi
if [ -z "${NETDATA_TMPDIR_PATH}" ]; then
rm -rf "${ndtmpdir}" >&3 2>&3
fi
if [ -z "${commit_date}" ] ; then
return 0
elif [ "$(uname)" = "Linux" ]; then