mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-04-11 18:39:12 -04: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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user