更新 netdata

This commit is contained in:
Hyy2001X
2021-02-26 13:37:28 +08:00
parent 6492cc7bef
commit 826c0c2c70
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -193,6 +193,7 @@ ExtraPackages() {
Mkdir package/${PKG_DIR}
[ -d "package/${PKG_DIR}/${PKG_NAME}" ] && rm -rf package/${PKG_DIR}/${PKG_NAME}
echo "[$(date "+%H:%M:%S")] Removing old package [${PKG_NAME}] ..."
[ -d "${PKG_NAME}" ] && rm -rf ${PKG_NAME}
Retry_Times=3
while [ ! -f "${PKG_NAME}/Makefile" ]