Skip to content

Commit

Permalink
Fix issue 65 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: Robin Alexander <robin.alexander@netplus.ch>
  • Loading branch information
colisee and Robin Alexander committed Sep 26, 2023
1 parent 439edae commit e76be3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ for source in $(find /var/www/html/plugins -type f -name "*dist*"); do
if ! [ -f "/config/$(basename ${target})" ]; then
cp --no-clobber "${source}" "/config/$(basename ${target})"
chown www-data:www-data "/config/$(basename ${target})"
fi
if ! [ -f ${target} ]; then
ln -s "/config/$(basename ${target})" "${target}"
fi
done
Expand Down

0 comments on commit e76be3c

Please sign in to comment.