]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#162] Added back netconf status (with proper quotes)
authorTomek Mrugalski <tomasz@isc.org>
Thu, 21 Feb 2019 04:05:33 +0000 (05:05 +0100)
committerTomek Mrugalski <tomek@isc.org>
Mon, 25 Feb 2019 06:22:10 +0000 (01:22 -0500)
src/bin/keactrl/keactrl.in

index 50f15305175476b90e9dbe895cf8614b61b5ad90..4c559b256fbceff4fb73e5aec0e27edf8ab55aeb 100644 (file)
@@ -431,7 +431,7 @@ dhcp4=$( printf "%s" ${dhcp4} | tr '[:upper:]' '[:lower:]' )
 dhcp6=$( printf "%s" ${dhcp6} | tr '[:upper:]' '[:lower:]' )
 dhcp_ddns=$( printf "%s" ${dhcp_ddns} | tr '[:upper:]' '[:lower:]' )
 ctrl_agent=$( printf "%s" ${ctrl_agent} | tr '[:upper:]' '[:lower:]' )
-
+netconf=$( printf "%s" ${netconf} | tr '[:upper:]' '[:lower:]' )
 
 case ${command} in
     # Start the servers.