Skip to content

Commit

Permalink
fix: Prodrun sudo for port 443
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark committed Nov 20, 2024
1 parent c7fc5b8 commit 23d49d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions prodrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ if [ $? -ne 0 ]; then
exit 1
fi

clear

# Run the server
TLS_CERT="islands.demo.pem" TLS_KEY="islands.demo-key.pem" \
sudo TLS_CERT="islands.demo.pem" TLS_KEY="islands.demo-key.pem" \
$TEMP_BIN -compress -host islands.demo:443
RUN_EXIT_CODE=$?

Expand Down

0 comments on commit 23d49d3

Please sign in to comment.