mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
@ -27,6 +27,7 @@ main:
|
|||||||
files:
|
files:
|
||||||
- /root/brain.nn
|
- /root/brain.nn
|
||||||
- /root/brain.json
|
- /root/brain.json
|
||||||
|
- /root/.api-report.json
|
||||||
- /root/handshakes/
|
- /root/handshakes/
|
||||||
- /etc/pwnagotchi/
|
- /etc/pwnagotchi/
|
||||||
- /etc/hostname
|
- /etc/hostname
|
||||||
|
@ -10,6 +10,7 @@ TEMP_BACKUP_FOLDER=/tmp/pwnagotchi_backup
|
|||||||
FILES_TO_BACKUP=(
|
FILES_TO_BACKUP=(
|
||||||
/root/brain.nn
|
/root/brain.nn
|
||||||
/root/brain.json
|
/root/brain.json
|
||||||
|
/root/.api-report.json
|
||||||
/root/handshakes
|
/root/handshakes
|
||||||
/etc/pwnagotchi/
|
/etc/pwnagotchi/
|
||||||
/etc/hostname
|
/etc/hostname
|
||||||
|
Reference in New Issue
Block a user