From b3dc5f64374e0f52040fa790bf1c98a6144f407f Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 16 Oct 2023 19:51:10 +0200 Subject: [PATCH] v2.4.7 Signed-off-by: Jeroen Oudshoorn --- builder/data/etc/update-motd.d/01-motd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builder/data/etc/update-motd.d/01-motd b/builder/data/etc/update-motd.d/01-motd index f549cd6d..4cb9709a 100755 --- a/builder/data/etc/update-motd.d/01-motd +++ b/builder/data/etc/update-motd.d/01-motd @@ -8,6 +8,8 @@ echo " Hi! I'm a pwnagotchi $_version, please take good care of me!" echo " Here are some basic things you need to know to raise me properly!" echo echo " If you want to change my configuration, use /etc/pwnagotchi/config.toml" +echo " All plugin config files are located in /etc/pwnagotchi/conf.d/" +echo " Read the readme if you want to use gdrivesync plugin!!" echo echo " All the configuration options can be found on /etc/pwnagotchi/default.toml," echo " but don't change this file because I will recreate it every time I'm restarted!"