Skip to content

Commit 45604bd

Browse files
authored
Update wingbits_installer.sh
1 parent ac505db commit 45604bd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

wingbits_installer.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ echo "------------------"
165165
systemctl enable collectd &>/dev/null
166166
systemctl restart collectd &>/dev/null || true
167167

168+
echo "------------------"
169+
echo "TEST 7"
170+
echo "------------------"
171+
168172
if ! systemctl status collectd &>/dev/null; then
169173
echo --------------
170174
echo "collectd isn't working, trying to install various libpython versions to work around the issue."
@@ -189,7 +193,7 @@ if ! systemctl status collectd &>/dev/null; then
189193
fi
190194

191195
echo "------------------"
192-
echo "TEST 7"
196+
echo "TEST 8"
193197
echo "------------------"
194198

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

0 commit comments

Comments
 (0)