Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristensen committed Mar 8, 2021
1 parent 83d7be1 commit a3f2b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udm-le.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NEW_CERT=""
add_captive() {
# Import the certificate for the captive portal
if [ "$ENABLE_CAPTIVE" == "yes" ]; then
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
fi
}

Expand Down

0 comments on commit a3f2b92

Please sign in to comment.