Files
wlan-ap/feeds/ucentral/luci/luci-mod-simple/root/sbin/certupdate
John Crispin 81346f2d80 ucentral: development update
* add board information page to webui
* fix github workflow, it actually reports fails now

Signed-off-by: John Crispin <john@phrozen.org>
2021-05-04 13:51:23 +02:00

12 lines
182 B
Bash
Executable File

#!/bin/sh
cd /etc/ucentral/
tar xf /tmp/certs.tar
/etc/init.d/firstcontact disable
/etc/init.d/firstcontact stop
/etc/init.d/ucentral enable
/etc/init.d/ucentral restart
return 0