diff options
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' |