Skip to content

Commit

Permalink
Merge pull request #8 from thelamer/master
Browse files Browse the repository at this point in the history
fix for broken version at head, need viewcache directory
  • Loading branch information
CHBMB authored May 13, 2019
2 parents d6d2ee1 + 1f6c690 commit be2532f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root/etc/cont-init.d/50-config
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/with-contenv bash

# create missing cache directory
mkdir -p /app/grocy/data/viewcache || :

# create symlinks
i=/app/grocy/data
[[ -e "$i" && ! -L "$i" && -e /config/"$(basename "$i")" ]] && \
Expand Down

0 comments on commit be2532f

Please sign in to comment.