diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-05-17 17:09:51 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-05-17 17:09:51 +0200 |
commit | b5fd2a8bc89f5bf6754a6b509eec651d5079abd9 (patch) | |
tree | 03d3b4db01a90f44f9168ad5d68b74904914c4be /units/suspend | |
parent | e802a3db4a92cec4a865e21c7f4130818523f9fb (diff) |
units:suspend.pxu: checkbox.ini -> checkbox.conf
Diffstat (limited to 'units/suspend')
-rw-r--r-- | units/suspend/suspend.pxu | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/units/suspend/suspend.pxu b/units/suspend/suspend.pxu index 64fba45..c989f77 100644 --- a/units/suspend/suspend.pxu +++ b/units/suspend/suspend.pxu @@ -104,7 +104,7 @@ requires: command: if [ -z "$BTDEVADDR" ] then - echo "btdevaddr option not set to device address of Bluetooth target in checkbox.ini" + echo "btdevaddr option not set to device address of Bluetooth target in checkbox.conf" exit 1 fi if rfkill list bluetooth | grep -q 'Hard blocked: yes' @@ -132,7 +132,7 @@ requires: command: if [ -z "$BTDEVADDR" ] then - echo "btdevaddr option not set to device address of Bluetooth target in checkbox.ini" + echo "btdevaddr option not set to device address of Bluetooth target in checkbox.conf" exit 1 fi if rfkill list bluetooth | grep -q 'Hard blocked: yes' @@ -160,7 +160,7 @@ requires: command: if [ -z "$BTDEVADDR" ] then - echo "btdevaddr option not set to device address of Bluetooth target in checkbox.ini" + echo "btdevaddr option not set to device address of Bluetooth target in checkbox.conf" exit 1 fi if rfkill list bluetooth | grep -q 'Hard blocked: yes' @@ -941,7 +941,7 @@ requires: command: if [ -z "$BTDEVADDR" ] then - echo "btdevaddr option not set to device address of Bluetooth target in checkbox.ini" + echo "btdevaddr option not set to device address of Bluetooth target in checkbox.conf" exit 1 fi if rfkill list bluetooth | grep -q 'Hard blocked: yes' @@ -970,7 +970,7 @@ requires: command: if [ -z "$BTDEVADDR" ] then - echo "btdevaddr option not set to device address of Bluetooth target in checkbox.ini" + echo "btdevaddr option not set to device address of Bluetooth target in checkbox.conf" exit 1 fi if rfkill list bluetooth | grep -q 'Hard blocked: yes' @@ -999,7 +999,7 @@ requires: command: if [ -z "$BTDEVADDR" ] then - echo "btdevaddr option not set to device address of Bluetooth target in checkbox.ini" + echo "btdevaddr option not set to device address of Bluetooth target in checkbox.conf" exit 1 fi if rfkill list bluetooth | grep -q 'Hard blocked: yes' @@ -1028,7 +1028,7 @@ requires: command: if [ -z "$BTDEVADDR" ] then - echo "btdevaddr option not set to device address of Bluetooth target in checkbox.ini" + echo "btdevaddr option not set to device address of Bluetooth target in checkbox.conf" exit 1 fi if rfkill list bluetooth | grep -q 'Hard blocked: yes' @@ -1057,7 +1057,7 @@ requires: command: if [ -z "$BTDEVADDR" ] then - echo "btdevaddr option not set to device address of Bluetooth target in checkbox.ini" + echo "btdevaddr option not set to device address of Bluetooth target in checkbox.conf" exit 1 fi if rfkill list bluetooth | grep -q 'Hard blocked: yes' @@ -1086,7 +1086,7 @@ requires: command: if [ -z "$BTDEVADDR" ] then - echo "btdevaddr option not set to device address of Bluetooth target in checkbox.ini" + echo "btdevaddr option not set to device address of Bluetooth target in checkbox.conf" exit 1 fi if rfkill list bluetooth | grep -q 'Hard blocked: yes' |