mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
certificates: do not check for cas.pem when mounting certs
Fixes: WIFI-14694 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
check_certificates() {
|
check_certificates() {
|
||||||
[ -f /certificates/cas.pem -a -f /certificates/cert.pem -a -f /certificates/key.pem ] && exit 0
|
[ -f /certificates/cert.pem -a -f /certificates/key.pem ] && exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
check_certificates
|
check_certificates
|
||||||
|
|||||||
Reference in New Issue
Block a user