We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac505db commit 45604bdCopy full SHA for 45604bd
wingbits_installer.sh
@@ -165,6 +165,10 @@ echo "------------------"
165
systemctl enable collectd &>/dev/null
166
systemctl restart collectd &>/dev/null || true
167
168
+echo "------------------"
169
+echo "TEST 7"
170
171
+
172
if ! systemctl status collectd &>/dev/null; then
173
echo --------------
174
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
189
193
fi
190
194
191
195
echo "------------------"
192
-echo "TEST 7"
196
+echo "TEST 8"
197
198
199
if ! [[ -f /usr/share/graphs1090/noMalarky ]]; then
0 commit comments