mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-01-05 04:20:59 -05:00
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:
parent
4636d77222
commit
119a287304
1
Makefile
1
Makefile
@ -86,6 +86,7 @@ define Package/blue-merle/postinst
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
uci set switch-button.@main[0].func='sim'
|
uci set switch-button.@main[0].func='sim'
|
||||||
uci commit switch-button
|
uci commit switch-button
|
||||||
|
echo {\"msg\": \"Successfully installed Blue Merle\"} > /dev/ttyS0
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/blue-merle/postrm
|
define Package/blue-merle/postrm
|
||||||
|
Loading…
Reference in New Issue
Block a user