From 0e9f9c0f2e7efb486f45f7cc068cc78a788a0221 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Tue, 15 Oct 2019 12:05:06 +0200 Subject: [PATCH] fix: fixed typos due to old configuration paths (fixes #300) --- builder/pwnagotchi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index 633dc7b..a52e452 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -379,7 +379,7 @@ copy: dest: /etc/pwnagotchi/config.yml content: | - # Add your configuration overrides on this file any configuration changes done to defaults.yml will be lost! + # Add your configuration overrides on this file any configuration changes done to default.yml will be lost! # Example: # # ui: @@ -461,7 +461,7 @@ If you want to change my configuration, use /etc/pwnagotchi/config.yml - All the configuration options can be found on /etc/pwnagotchi/defaults.yml, + All the configuration options can be found on /etc/pwnagotchi/default.yml, but don't change this file because I will recreate it every time I'm restarted! I'm managed by systemd. Here are some basic commands.