Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Emmanuel Frecon 2020-01-24 11:27:38 +01:00
commit 9e7311cf2f
1 changed files with 3 additions and 6 deletions

9
run
View File

@ -1,7 +1,4 @@
#!/usr/bin/env sh
BASE_DIR="$(cd $(dirname "$0"); pwd)"
cd "$BASE_DIR"
python -m websockify $@
set -e
cd "$(dirname "$0")"
exec python -m websockify "$@"