mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 01:22:25 +00:00
* add board information page to webui * fix github workflow, it actually reports fails now Signed-off-by: John Crispin <john@phrozen.org>
12 lines
182 B
Bash
Executable File
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
|
|
|