Skip to content

Commit 145e368

Browse files
committed
Minor syntax error
1 parent b8c1ae0 commit 145e368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/consul-manage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ preStart() {
147147
sed -i 's/^ HTTP_ADDR/ http = "{{ GetPrivateIP }}"/' /etc/consul/consul.hcl ;;
148148
localhost)
149149
sed -i 's/^ HTTP_ADDR/ http = "127.0.0.1"/' /etc/consul/consul.hcl ;;
150-
# esac
150+
esac
151151

152152
sed -i 's/^ HTTPS_ADDR/ https = "{{ GetPublicIP }}"/' /etc/consul/consul.hcl
153153

0 commit comments

Comments
 (0)