Skip to content

Commit

Permalink
Correct writing of genres_as_folksonomy
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Apr 14, 2024
1 parent f6fadf0 commit 8a177f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if [[ -n "${GENRE_AS_FOLKSONOMY}" ]] && \
[[ "${GENRE_AS_FOLKSONOMY^^}" == "YES" ]] || \
[[ "${GENRE_AS_FOLKSONOMY^^}" == "TRUE" ]]); then
echo "Setting genres_as_folksonomy to [${GENRE_AS_FOLKSONOMY}]"
echo "genres_as_folksonomy = \"true\"" >> $CONFIG_FILE
echo "genres_as_folksonomy = true" >> $CONFIG_FILE
unset GENRE_AS_FOLKSONOMY
elif [[ "${GENRE_AS_FOLKSONOMY^^}" != "N" ]] && \
[[ "${GENRE_AS_FOLKSONOMY^^}" != "NO" ]] && \
Expand Down

0 comments on commit 8a177f0

Please sign in to comment.