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.
This commit is contained in:
Tobias Mueller 2023-10-16 16:09:55 +02:00
parent 4636d77222
commit 119a287304

View File

@ -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