mirror of
https://gitlab.sectorq.eu/jaydee/mqtt_srv.git
synced 2025-12-14 10:34:53 +01:00
build
This commit is contained in:
@@ -695,7 +695,7 @@ def on_message(client, userdata, msg):
|
||||
#myCmd = "sudo XDG_RUNTIME_DIR=/run/user/1000 -u jd amixer sget Master | awk -F'[][]' '/Left:/ { print $2 }'"
|
||||
myCmd = "sudo XDG_RUNTIME_DIR=/run/user/1000 -u jd amixer sget Master"
|
||||
writeLog(myCmd)
|
||||
output = subprocess.Popen(myCmd, shell=True)
|
||||
output = subprocess.Popen(myCmd, shell=False)
|
||||
|
||||
|
||||
writeLog(f"Status of volume {output}")
|
||||
|
||||
Reference in New Issue
Block a user