Skip to content

Commit

Permalink
Merge pull request #20 from KodeStar/master
Browse files Browse the repository at this point in the history
Add missing folder to mkdir
  • Loading branch information
aptalca authored Nov 5, 2018
2 parents c379a17 + 965642e commit cdb341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/cont-init.d/50-config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# make our folders
mkdir -p \
/config/www/{backgrounds,icons,avatars}
/config/www/{backgrounds,icons,avatars,SupportedApps}

# copy .env if not exists
[[ ! -f /config/www/.env ]] && \
Expand Down

0 comments on commit cdb341b

Please sign in to comment.