Skip to content

Commit a3f2b92

Browse files
committed
Fix indentation
1 parent 83d7be1 commit a3f2b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udm-le.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ NEW_CERT=""
1313
add_captive() {
1414
# Import the certificate for the captive portal
1515
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
16+
podman exec -it unifi-os ${CERT_IMPORT_CMD} ${UNIFIOS_CERT_PATH}/unifi-core.key ${UNIFIOS_CERT_PATH}/unifi-core.crt
1717
fi
1818
}
1919

0 commit comments

Comments
 (0)