Reddit source not working
Closed this issue · 1 comments
t-chab commented
I had to edit line 158 to make the README example "get a random wallpaper from one of the set subreddits" to work.
I replaced
mapfile -t SUBREDDITS <<<"$CONFDIR/subreddits"
with
mapfile -t SUBREDDITS <"$CONFDIR/subreddits"
Probably a typo ?
I also needed the fix provided in this issue