Skip to content

Commit

Permalink
Update wingbits_installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Jul 3, 2024
1 parent ac505db commit 45604bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wingbits_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ echo "------------------"
systemctl enable collectd &>/dev/null
systemctl restart collectd &>/dev/null || true

echo "------------------"
echo "TEST 7"
echo "------------------"

if ! systemctl status collectd &>/dev/null; then
echo --------------
echo "collectd isn't working, trying to install various libpython versions to work around the issue."
Expand All @@ -189,7 +193,7 @@ if ! systemctl status collectd &>/dev/null; then
fi

echo "------------------"
echo "TEST 7"
echo "TEST 8"
echo "------------------"

if ! [[ -f /usr/share/graphs1090/noMalarky ]]; then
Expand Down

0 comments on commit 45604bd

Please sign in to comment.