We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 654cbac + 5052f82 commit 4ecff11Copy full SHA for 4ecff11
run
@@ -1,7 +1,4 @@
1
#!/usr/bin/env sh
2
-
3
-BASE_DIR="$(cd $(dirname "$0"); pwd)"
4
5
-cd "$BASE_DIR"
6
7
-python -m websockify $@
+set -e
+cd "$(dirname "$0")"
+exec python -m websockify "$@"
0 commit comments