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."