From 535455813ca15c28ae06ee037ad2f42bb2fc0ba3 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sun, 11 Apr 2021 15:30:32 -0600 Subject: [PATCH] Use the new command name for pipes.sh --- scripts/wk/hw/diags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wk/hw/diags.py b/scripts/wk/hw/diags.py index 6c3c13f8..eec9c2b6 100644 --- a/scripts/wk/hw/diags.py +++ b/scripts/wk/hw/diags.py @@ -1370,7 +1370,7 @@ def screensaver(name): cmd = ['cmatrix', '-abs'] elif name == 'pipes': cmd = [ - 'pipes' if PLATFORM == 'Linux' else 'pipes.sh', + 'pipes.sh', '-t', '0', '-t', '1', '-t', '2',