From 1c77b3df68adfcb3547a109d32ee4dd436819b07 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Fri, 8 Jan 2016 16:04:24 +0100 Subject: [PATCH] MT#7571 config_debug.pl: Fix of the fix 78ba96f: s/ngcp-panel/ngcp_panel/ Change-Id: I7a7496fc9a97869aa08d6364b28970333558a9ac --- bin/config_debug.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config_debug.pl b/bin/config_debug.pl index 4d9cd5a4..dae1117e 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -99,7 +99,7 @@ else $yaml->[0]->{kamailio}{proxy}{fritzbox_prefixes} = [ '112', '110', '118[0-9]{2}' ]; $yaml->[0]->{sems}{debug} = 'yes'; $yaml->[0]->{checktools}{sip_check_enable} = 0; - $yaml->[0]->{security}->{'ngcp-panel'}->{scripts}->{restapi}->{sslverify} = 'no'; + $yaml->[0]->{security}->{ngcp_panel}->{scripts}->{restapi}->{sslverify} = 'no'; tie @array, 'Tie::File', '/etc/hosts' or die ('Can set test domain on /etc/hosts'); for (@array)