Skip to content

Commit

Permalink
Update launch.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jul 16, 2023
1 parent 7816b24 commit 7089bde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rootfs/bin/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Group ID: $(id -g)
-------------------------------------
"

if ! nginx -t > /dev/null 2>&1; then
nginx -T
if ! nginx -tq; then
sleep inf
fi

Expand Down

0 comments on commit 7089bde

Please sign in to comment.