From d6edfb643608e2c6a636b8fcb759826d58a691c3 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Thu, 18 Mar 2021 05:48:22 +0100 Subject: [PATCH] Bluetooth suspend recover script --- scripts/bluetooth-suspend.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 scripts/bluetooth-suspend.sh diff --git a/scripts/bluetooth-suspend.sh b/scripts/bluetooth-suspend.sh new file mode 100755 index 0000000..28f9656 --- /dev/null +++ b/scripts/bluetooth-suspend.sh @@ -0,0 +1,28 @@ +#!/bin/bash + +BT_SCRIPT=/etc/pm/sleep.d/10_bluetooth + +cat > "$BT_SCRIPT" <