mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
update to python 3
This commit is contained in:
parent
72bf698d95
commit
a8b2e21a5a
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ _term() {
|
|||
|
||||
trap _term SIGTERM SIGINT
|
||||
|
||||
python2.7 openwebrx.py $@ &
|
||||
python3 openwebrx.py $@ &
|
||||
|
||||
child=$!
|
||||
wait "$child"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue