From 131610d953ba782b3a81af91336c991a32e2325a Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Wed, 20 Sep 2023 10:46:04 +0200 Subject: [PATCH] motd: If there are any major changes, I can now edit MOTD! Signed-off-by: Jeroen Oudshoorn --- builder/pwnagotchi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/builder/pwnagotchi.json b/builder/pwnagotchi.json index 28766b6e..c051a4d5 100644 --- a/builder/pwnagotchi.json +++ b/builder/pwnagotchi.json @@ -95,6 +95,12 @@ "chmod +x /usr/bin/*" ] }, + { + "type": "shell", + "inline": [ + "chmod +x /etc/update-motd.d/*" + ] + }, { "type": "shell", "inline": [