From 119a287304efdac8b1f2f4f67c0c2b5ab6c20be6 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 16 Oct 2023 16:09:55 +0200 Subject: [PATCH] postinst: show a brief message Somehow it disconnects me from the wifi, I guess it's related to restarting the gl-tertf service. I wonder whether the installation completes so I make a message appear. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5acc3cf..731d85c 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,7 @@ define Package/blue-merle/postinst #!/bin/sh uci set switch-button.@main[0].func='sim' uci commit switch-button + echo {\"msg\": \"Successfully installed Blue Merle\"} > /dev/ttyS0 endef define Package/blue-merle/postrm