diff --git a/__frzr-deploy b/__frzr-deploy index 88b94d0..dc95514 100644 --- a/__frzr-deploy +++ b/__frzr-deploy @@ -335,7 +335,7 @@ get_conf_value() { # Check if the line matches the section header if [[ $line == "[$section]" ]]; then section_found=true - elif [ $line == [* ]]; then + elif [[ $line == [* ]]; then # If a new section is encountered, break if $section_found; then break