Commit bd5e57d8 authored by neil's avatar neil
Browse files
parent 08928b48
...@@ -1547,7 +1547,7 @@ issue() { ...@@ -1547,7 +1547,7 @@ issue() {
vtype=$(echo $ventry | cut -d $sep -f 4) vtype=$(echo $ventry | cut -d $sep -f 4)
_currentRoot=$(echo $ventry | cut -d $sep -f 5) _currentRoot=$(echo $ventry | cut -d $sep -f 5)
if [ "$keyauthorization" == "$STATE_VERIFIED" ] ; then if [ "$keyauthorization" = "$STATE_VERIFIED" ] ; then
_info "$d is already verified, skip $vtype." _info "$d is already verified, skip $vtype."
continue continue
fi fi
...@@ -1645,7 +1645,7 @@ issue() { ...@@ -1645,7 +1645,7 @@ issue() {
vtype=$(echo $ventry | cut -d $sep -f 4) vtype=$(echo $ventry | cut -d $sep -f 4)
_currentRoot=$(echo $ventry | cut -d $sep -f 5) _currentRoot=$(echo $ventry | cut -d $sep -f 5)
if [ "$keyauthorization" == "$STATE_VERIFIED" ] ; then if [ "$keyauthorization" = "$STATE_VERIFIED" ] ; then
_info "$d is already verified, skip $vtype." _info "$d is already verified, skip $vtype."
continue continue
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment