This commit is contained in:
Jeroen Oudshoorn
2024-01-06 22:43:05 +01:00
parent 86785b07c9
commit 72969eda10

View File

@ -455,6 +455,11 @@
path: /etc/pwnagotchi path: /etc/pwnagotchi
state: directory state: directory
- name: create log folder
file:
path: /home/pi/logs
state: directory
- name: check if user configuration exists - name: check if user configuration exists
stat: stat:
path: /etc/pwnagotchi/config.toml path: /etc/pwnagotchi/config.toml