kopia lustrzana https://github.com/projecthorus/wenet
Add IMAGE_PORT option to start rx docker too
rodzic
cc5d5f8d82
commit
769240e6c8
|
|
@ -27,7 +27,7 @@ fi
|
|||
: "${IMAGE_PORT:=7890}"
|
||||
|
||||
# Start up the SSDV Uploader script and push it into the background.
|
||||
python3 ssdvuploader.py "$MYCALL" &
|
||||
python3 ssdvuploader.py --image_port "$IMAGE_PORT" "$MYCALL" &
|
||||
SSDV_UPLOAD_PID=$!
|
||||
|
||||
# Start the Web Interface Server
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue