There was an error while loading. Please reload this page.
1 parent b8c1ae0 commit 145e368Copy full SHA for 145e368
1 file changed
bin/consul-manage
@@ -147,7 +147,7 @@ preStart() {
147
sed -i 's/^ HTTP_ADDR/ http = "{{ GetPrivateIP }}"/' /etc/consul/consul.hcl ;;
148
localhost)
149
sed -i 's/^ HTTP_ADDR/ http = "127.0.0.1"/' /etc/consul/consul.hcl ;;
150
- # esac
+ esac
151
152
sed -i 's/^ HTTPS_ADDR/ https = "{{ GetPublicIP }}"/' /etc/consul/consul.hcl
153
0 commit comments