diff options
Diffstat (limited to 'recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.init')
-rw-r--r-- | recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.init b/recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.init index 32b8d0d..6b8a640 100644 --- a/recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.init +++ b/recipes-core/multitech/cell-radio-carrierswitch/cell-radio-carrierswitch.init @@ -3,7 +3,7 @@ # no firmware switch by default ENABLED="no" -[ -r /etc/default/cell-radio-fwswitch ] && source /etc/default/cell-radio-fwswitch +[ -r /etc/default/cell-radio-carrierswitch ] && source /etc/default/cell-radio-carrierswitch [ "$ENABLED" == "yes" ] || exit 0 # It may take a couple of boots to get the APN straightened out. |