From a808fd33c7d71bf8bac3a827fd66e8775735cd91 Mon Sep 17 00:00:00 2001 From: dadav <33197631+dadav@users.noreply.github.com> Date: Tue, 14 Apr 2020 21:53:17 +0200 Subject: [PATCH] another toml fix in paradise --- builder/pwnagotchi.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index 86924de..a0c08e7 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -311,21 +311,17 @@ - name: check if user configuration exists stat: - path: /etc/pwnagotchi/config.yml + path: /etc/pwnagotchi/config.toml register: user_config - - name: create /etc/pwnagotchi/config.yml + - name: create /etc/pwnagotchi/config.toml copy: - dest: /etc/pwnagotchi/config.yml + dest: /etc/pwnagotchi/config.toml content: | - # Add your configuration overrides on this file any configuration changes done to default.yml will be lost! + # Add your configuration overrides on this file any configuration changes done to default.toml will be lost! # Example: - # - # ui: - # display: - # type: 'inkyphat' - # color: 'black' - # + # ui.display.enabled = true + # ui.display.type = "waveshare_2" when: not user_config.stat.exists - name: enable ssh on boot @@ -372,9 +368,9 @@ Hi! I'm a pwnagotchi, please take good care of me! Here are some basic things you need to know to raise me properly! - If you want to change my configuration, use /etc/pwnagotchi/config.yml + If you want to change my configuration, use /etc/pwnagotchi/config.toml - All the configuration options can be found on /etc/pwnagotchi/default.yml, + All the configuration options can be found on /etc/pwnagotchi/default.toml, 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.