mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix: fixed paths in scripts/backup.sh
This commit is contained in:
@ -10,9 +10,8 @@ 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/custom.yaml
|
|
||||||
/root/handshakes
|
/root/handshakes
|
||||||
/etc/ssh
|
/etc/pwnagotchi/
|
||||||
/etc/hostname
|
/etc/hostname
|
||||||
/etc/hosts
|
/etc/hosts
|
||||||
/etc/motd
|
/etc/motd
|
||||||
|
Reference in New Issue
Block a user