Skip to content

Commit

Permalink
Improve debug output for speedtest
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Sep 21, 2020
1 parent 9cbd634 commit 1bc66e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fixes.sh
Expand Up @@ -466,8 +466,8 @@ if (( $(awk 'BEGIN {print ("'$ver'" >= "'1.5'")}') )); then
fi

# Upgrade check_speedtest
if ! grep -q "NEMS00001" /usr/local/nagios/libexec/check_speedtest-cli.sh; then
cp /root/nems/nems-migrator/data/1.5/nagios/plugins/check_speedtest-cli.sh /usr/local/nagios/libexec/
if ! grep -q "NEMS00003" /usr/local/nagios/libexec/check_speedtest-cli.sh; then
cp /root/nems/nems-migrator/data/1.6/nagios/plugins/check_speedtest-cli.sh /usr/local/nagios/libexec/
fi

# Add nems-install command
Expand Down

0 comments on commit 1bc66e3

Please sign in to comment.