Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arrase committed Apr 11, 2017
1 parent a6682e5 commit eb29873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_payload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

. /etc/raspiducky/raspiducky.conf

[ $RUN_AS_DAEMON == "Yes" ] && /usr/bin/raspiducky.py -d start
[ $RUN_AS_DAEMON == "Yes" ] && /bin/hciconfig hci0 piscan && /usr/bin/raspiducky.py -d start

if [ -f /etc/raspiducky/onboot_payload/payload.dd ]
then
Expand Down

0 comments on commit eb29873

Please sign in to comment.