Skip to content

Commit 55182d6

Browse files
HorlogeSkynetd7415
authored andcommitted
Fixes "[: missing `]'" entrypoint error
1 parent 84843bb commit 55182d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo "**** Make sure the /conf /uploads /sym /logs folders exist ****"
3737
[ ! -d /conf ] && mkdir -p /conf
3838
[ ! -d /uploads ] && mkdir -p /uploads
3939
[ ! -d /sym ] && mkdir -p /sym
40-
[ ! -d /logs] && mkdir -p /logs
40+
[ ! -d /logs ] && mkdir -p /logs
4141

4242
echo "**** Create the symbolic link for the /uploads folder ****"
4343
[ ! -L /var/www/html/Lychee/public/uploads ] && \

0 commit comments

Comments
 (0)