diff options
Diffstat (limited to 'scripts/run-dbt_scanner10.sh')
-rw-r--r-- | scripts/run-dbt_scanner10.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/run-dbt_scanner10.sh b/scripts/run-dbt_scanner10.sh index 122d7485..f4a16acb 100644 --- a/scripts/run-dbt_scanner10.sh +++ b/scripts/run-dbt_scanner10.sh @@ -13,6 +13,7 @@ if [ ! -e bin/dbt_scanner00 -o ! -e lib/libdirect_bt.so ] ; then exit 1 fi # hciconfig hci0 reset +ulimit -c unlimited # run 'dpkg-reconfigure locales' enable 'en_US.UTF-8' export LANG=en_US.UTF-8 |