Fix Netdata install issue

This commit is contained in:
Taylor Helsper 2022-08-12 22:24:39 -05:00
parent 7c1ae3c03b
commit 44c2f708d7

View File

@ -55,7 +55,7 @@ while true; do
touch /mnt/hdd/mynode/settings/install_netdata
sync
fi
if should_install_app "mempool" ; then
if should_install_app "netdata" ; then
CURRENT=""
if [ -f $NETDATA_VERSION_FILE ]; then
CURRENT=$(cat $NETDATA_VERSION_FILE)