Skip to content

Commit

Permalink
Logs in logs is better... (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored Sep 29, 2024
1 parent f231663 commit 6536cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ echo "**** Create the symbolic link for the /logs folder ****"
touch /var/www/html/Lychee/storage/logs/empty_file && \
cp -r /var/www/html/Lychee/storage/logs/* /logs && \
rm -r /var/www/html/Lychee/storage/logs && \
ln -s /sym /var/www/html/Lychee/storage/logs
ln -s /logs /var/www/html/Lychee/storage/logs

cd /var/www/html/Lychee

Expand Down

0 comments on commit 6536cc1

Please sign in to comment.