Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arrase committed Apr 12, 2017
1 parent ad2589c commit dc84dcc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions ducky/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
description="A Keyboard emulator like Rubber Ducky build over Raspberry Pi Zero W",

data_files=[
('/usr/bin', ['raspiducky-cli.py']),
('/usr/bin', ['raspiduckyd.py'])
('/usr/bin', ['raspiducky.py']),
('/usr/bin', ['duckyd.py'])
],
requires=['pybluez']
)
4 changes: 2 additions & 2 deletions scripts/run_payload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

. /etc/raspiducky/raspiducky.conf

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

if [ -f /etc/raspiducky/onboot_payload/payload.dd ]
then
/usr/bin/raspiducky-cli.py --payload /etc/raspiducky/onboot_payload/payload.dd
/usr/bin/raspiducky.py --payload /etc/raspiducky/onboot_payload/payload.dd
fi

0 comments on commit dc84dcc

Please sign in to comment.