Compare commits
No commits in common. "9bf24ee5d1f2831300b08cba71c7fa7d2e977632" and "c864d35d446b82d4c4fbfdeab580d93099dd8fe6" have entirely different histories.
9bf24ee5d1
...
c864d35d44
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,7 @@ create() {
|
|||
vscreen_name \
|
||||
resolution=1920x1080 \
|
||||
position=0x0 \
|
||||
listen_address=127.0.0.1
|
||||
listen_address=0.0.0.0
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -124,3 +124,4 @@ case "$verb" in
|
|||
exit 3
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue