Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Sep 3, 2024
1 parent 5269310 commit afce89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/local/bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ if [ -s /data/nginx/default_host/site.conf ]; then
fi

if [ -s /data/nginx/default_www/index.html ]; then
mv -vn /data/nginx/default_www/index.html /data/nginx/html/index.html
mv -vn /data/nginx/default_www/index.html /data/etc/html/index.html
fi

if [ -s /data/nginx/dummycert.pem ]; then
Expand Down

0 comments on commit afce89f

Please sign in to comment.