Files
wlan-ap/feeds/ucentral/ucentralgw/files/etc/uci-defaults/99-ucentral-certs
John Crispin 2de4f501ca ucentral: development update
* more CI fixes
* update poco
* update ucentralgw

Signed-off-by: John Crispin <john@phrozen.org>
2021-05-08 09:25:38 +02:00

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