sipcapture / heplify-server

HEP Capture Server for HOMER
https://sipcapture.org
GNU Affero General Public License v3.0
186 stars 87 forks source link

filepath invalid character ' #164

Closed Gudeen closed 5 years ago

Gudeen commented 5 years ago

when i execute "go build cmd/heplify-server/heplify-server.go", it results in following error: -> unzip /root/go/pkg/mod/cache/download/github.com/negbie/heplify-server/@v/v0.0.0-20181221112811-5429c3f96f6e.zip: malformed file path "docker/hep-prom-graf/grafana/provisioning/dashboards/SIP_KPI's.json": invalid char '\''

maybe the dashboard could be renamed without the "'" character for better compatibility?

negbie commented 5 years ago

Hi @Gudeen thanks for the hint, I will look into it.

negbie commented 5 years ago

@Gudeen should be fixed now.

Gudeen commented 5 years ago

Yes, it works now :-) Thank you