mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-28 15:31:37 +00:00
Fix Netdata install issue
This commit is contained in:
parent
7c1ae3c03b
commit
44c2f708d7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user