Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Dec 31, 2024
1 parent 206d11e commit d3dbd9d
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 @@ -162,7 +162,7 @@ if ! echo "$HTTPS_PORT" | grep -q "^[0-9]\+$"; then
fi

if [ "$HTTP_PORT" = "$HTTPS_PORT" ] && [ "$DISABLE_HTTP" = "false" ]; then
echo "HTTP_PORT and HTTPS_PORT need to be diffrent."
echo "HTTP_PORT and HTTPS_PORT need to be different."
sleep inf
fi

Expand Down

0 comments on commit d3dbd9d

Please sign in to comment.