mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
* more CI fixes * update poco * update ucentralgw Signed-off-by: John Crispin <john@phrozen.org>
7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ -f /etc/ucentral/certs/server-key.pem ] && exit 0
|
|
/usr/libexec/ucentral/create_certificates.sh
|
|
|
|
exit 0
|