Fix Xpra script
This commit is contained in:
parent
42a220d39d
commit
478fa59509
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ARGS=()
|
|||
PORT=5309
|
||||
xpra start --bind-tcp=127.0.0.1:$PORT --html=on \
|
||||
--start-child="/etc/alternatives/x-terminal-emulator -e 'lsnes ${ARGS[*]}'" \
|
||||
--exit-with-child=yes --start-new-commands=no
|
||||
--exit-with-child=yes --start-new-commands=no --daemon=no
|
||||
while ! nc -z localhost $PORT ; do
|
||||
sleep 0.1
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue