From 195f975113eaf238788db334c0edd79ba81b51c3 Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Wed, 12 Jun 2019 16:06:17 -0700 Subject: [PATCH] Final change to the flow. Removing \n and -n --- etc/frontview/support/rr4360psu.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/frontview/support/rr4360psu.sh b/etc/frontview/support/rr4360psu.sh index d1e669b..6adb2b5 100755 --- a/etc/frontview/support/rr4360psu.sh +++ b/etc/frontview/support/rr4360psu.sh @@ -32,7 +32,7 @@ get_tools() { } check_problem() { - usrmsg "Querying the SMBus for its current status...\n" + usrmsg "Querying the SMBus for its current status..." problem=$($inb 0xf00f) validate_problem } @@ -49,12 +49,12 @@ fi fix() { attempts=$((attempts+1)) - usrmsg -n "Attempt $attempts at fixing the SMBus..." + usrmsg "Attempt $attempts at fixing the SMBus..." sleep 1 - usrmsg -n " (#3)... " + usrmsg " (#3)... " "$outb" 0xf00f 3 2>/dev/null sleep 1 - usrmsg -n " (#7)... " + usrmsg " (#7)... " "$outb" 0xf00f 7 2>/dev/null sleep 1 usrmsg " fix applied."