We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d7be1 commit a3f2b92Copy full SHA for a3f2b92
udm-le.sh
@@ -13,7 +13,7 @@ NEW_CERT=""
13
add_captive() {
14
# Import the certificate for the captive portal
15
if [ "$ENABLE_CAPTIVE" == "yes" ]; then
16
- podman exec -it unifi-os ${CERT_IMPORT_CMD} ${UNIFIOS_CERT_PATH}/unifi-core.key ${UNIFIOS_CERT_PATH}/unifi-core.crt
+ podman exec -it unifi-os ${CERT_IMPORT_CMD} ${UNIFIOS_CERT_PATH}/unifi-core.key ${UNIFIOS_CERT_PATH}/unifi-core.crt
17
fi
18
}
19
0 commit comments