Skip to content

Commit

Permalink
fix(media): qbt - missing ]
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbl committed Dec 8, 2024
1 parent 9956c71 commit b814f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/qbt/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ EOF
)
sed -i "s#^WebUI\\\\Password_PBKDF2=.*\$#WebUI\\\\Password_PBKDF2=\"@ByteArray($hash)\"#g" "$qbtConfigFile"

elif [ -n "$QBT_WEBUI_PASSWORD_HASH"]; then
elif [ -n "$QBT_WEBUI_PASSWORD_HASH" ]; then
# Option 2: from password hash
sed -i "s#^WebUI\\\\Password_PBKDF2=.*\$#WebUI\\\\Password_PBKDF2=\"@ByteArray($QBT_WEBUI_PASSWORD_HASH)\"#g" "$qbtConfigFile"
fi
Expand Down

0 comments on commit b814f69

Please sign in to comment.