From 5a32a77870a1d1495152e2a10e9b5b1f0f5ac841 Mon Sep 17 00:00:00 2001 From: chksome Date: Fri, 11 Oct 2019 13:53:15 -0400 Subject: [PATCH] Fix motd typo and some grammar Signed-off-by: chksome --- builder/pwnagotchi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index 5ea0f09..2a4cb58 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -464,18 +464,18 @@ All the configuration options can be found on /etc/pwnagotchi/defaults.yml, but don't change this file because I will recreate it every time I'm restarted! - I'm managed by systemd, so here are some basic commands. + I'm managed by systemd. Here are some basic commands. - You can check my logs, to know what I'm doing, using + If you want to know what I'm doing, you can check my logs with the command journalctl -fu pwnagotchi - If you want to you if I'm running, you can use + If you want to know if I'm running, you can use systemctl status pwnagotchi You can restart me using systemctl restart pwnagotchi - But be aware you will go into MANUAL mode when restarted! + But be aware I will go into MANUAL mode when restarted! You can put me back into AUTO mode using touch /root/.pwnagotchi-auto && systemctl restart pwnagotchi