* Add burp v2 support for check_linux_burp_backup()

* Fix in data_get_lvalue_from_config()
This commit is contained in:
patvdv
2018-08-25 14:00:36 +02:00
parent a1efcf8166
commit 0e36533bf9
2 changed files with 104 additions and 20 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ typeset _PARAMETER="${1}"
typeset _LVALUE=""
typeset _RC=0
_LVALUE=$(grep -i "^${_PARAMETER}=" ${_CONFIG_FILE} | cut -f2- -d'=')
_LVALUE=$(grep -i "^${_PARAMETER} *=" ${_CONFIG_FILE} | cut -f2- -d'=')
if [[ -n "${_LVALUE}" ]]
then