Skip to content

Commit

Permalink
Revert "fix get_conf_value"
Browse files Browse the repository at this point in the history
This reverts commit af497d4.
  • Loading branch information
honjow committed Apr 29, 2024
1 parent af497d4 commit 2e0ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __frzr-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e0ce2e

Please sign in to comment.