Skip to content

Commit

Permalink
Merge pull request #43 from bastionplatforms/fix-example
Browse files Browse the repository at this point in the history
Update example scripts
  • Loading branch information
rillian authored Feb 6, 2024
2 parents 2bb40ff + 80c6b0c commit 53210c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/run-enclave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ nitro-cli run-enclave \
--attach-console

echo "[ec2] Stopping gvproxy."
sudo pkill -INT -P "$pid"
sudo kill -INT "$pid"
2 changes: 1 addition & 1 deletion example/start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

nitriding -fqdn example.com -extport 443 -intport 8080 &
nitriding -fqdn example.com -ext-pub-port 443 -intport 8080 -wait-for-app &
echo "[sh] Started nitriding."

sleep 1
Expand Down

0 comments on commit 53210c4

Please sign in to comment.