example plugin

This commit is contained in:
Simone Margaritelli
2019-10-03 11:27:51 +02:00
parent 9205ca1e59
commit a3c05b3e85
2 changed files with 53 additions and 3 deletions

View File

@ -9,5 +9,3 @@ if ifconfig | grep usb0 | grep RUNNING; then
else
sudo -H -u root /usr/bin/screen -dmS pwnagotchi -c /root/pwnagotchi/data/screenrc.auto
fi