Skip to content

Commit

Permalink
comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Sep 30, 2024
1 parent 8ab6ab0 commit 98f0c9e
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 @@ -61,7 +61,7 @@ echo "**** Create the symbolic link for the /logs folder ****"
rm -r /var/www/html/Lychee/storage/logs && \
ln -s /logs /var/www/html/Lychee/storage/logs

echo "**** Create the symbolic link for the /logs folder ****"
echo "**** Create the symbolic link for the /image-tmp folder ****"
[ ! -L /var/www/html/Lychee/storage/image-tmp ] && \
touch /var/www/html/Lychee/storage/image-tmp/empty_file && \
cp -r /var/www/html/Lychee/storage/image-tmp/* /image-tmp && \
Expand Down

0 comments on commit 98f0c9e

Please sign in to comment.