remove v1 dashboard version check from installer (#16603)
Ilya Mashchenko committed
Dec 14, 2023 at 19:03 UTC
55fd406cfbd15fa6764624c172c4c2ec5f6bb790
1 file changed
-19
netdata-installer.sh
-19
@@ -1989,25 +1989,6 @@ KSM2
1989
fi
1990
fi
1991
1992
-# -----------------------------------------------------------------------------
1993
-progress "Check version.txt"
1994
-
1995
-if [ ! -s web/gui/version.txt ]; then
1996
- cat << VERMSG
1997
-
1998
-${TPUT_BOLD}Version update check warning${TPUT_RESET}
1999
-
2000
-The way you downloaded netdata, we cannot find its version. This means the
2001
-Update check on the dashboard, will not work.
2002
-
2003
-If you want to have version update check, please re-install it
2004
-following the procedure in:
2005
-
2006
-https://docs.netdata.cloud/packaging/installer/
2007
-
2008
-VERMSG
2009
-fi
2010
-
1992
if [ -f "${NETDATA_PREFIX}/usr/libexec/netdata/plugins.d/apps.plugin" ]; then
1993
# -----------------------------------------------------------------------------
1994
progress "Check apps.plugin"