Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
Add /ssl prefix for Hass.IO SSL settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hansen committed Apr 23, 2020
1 parent 3c53cd0 commit 77d2196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [[ -f "${CONFIG_PATH}" ]]; then
if [[ "${ssl}" == 'true' ]]; then
certfile="$(jq --raw-output '.certfile' "${CONFIG_PATH}")"
keyfile="$(jq --raw-output '.keyfile' "${CONFIG_PATH}")"
RHASSPY_ARGS+=('--ssl' "${certfile}" "${keyfile}")
RHASSPY_ARGS+=('--ssl' "/ssl/${certfile}" "/ssl/${keyfile}")
fi
fi

Expand Down

0 comments on commit 77d2196

Please sign in to comment.