mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-15 02:36:45 -04:00
Since the service and interfaces got a .Manager appended we need to adjust the helper scripts to use the new names.
8 lines
364 B
Bash
8 lines
364 B
Bash
#!/bin/bash
|
|
# Tell steamos-manager to start wifi debugmode
|
|
# parameters are 2 unsigned integers
|
|
# mode: 1 for on, 0 for off
|
|
# buffer_size: the size in kilobytes to use for the trace (if on galileo device).
|
|
|
|
busctl call com.steampowered.SteamOSManager1.Manager /com/steampowered/SteamOSManager1 com.steampowered.SteamOSManager1.Manager SetWifiDebugMode uu 1 20000
|
|
|