From 3e703d3a8bbf9b74a93cb799b58627685bc91ce8 Mon Sep 17 00:00:00 2001 From: koksnuss Date: Mon, 14 May 2018 10:18:41 +0200 Subject: [PATCH] polish --- modules/audio | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/audio b/modules/audio index 250d24b..4f59e7d 100755 --- a/modules/audio +++ b/modules/audio @@ -9,8 +9,8 @@ amixer get $GET | gawk ' } END { if (matches[2]=="off") { - printf("off \n") - print("\n") + print("off \n") + print("off \n") exit 33 } printf("%d%", audio) @@ -28,4 +28,5 @@ amixer get $GET | gawk ' } else { exit 33 } - }' + } +'