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 (#19288)
This commit is contained in:
parent
9daac87b5d
commit
cfd832964e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue