Compare commits
No commits in common. "5148e164e6d1ac72d8ac631e070dd7ced6824554" and "9db0ce85ccb759213470aa951167314af0a6d1c6" have entirely different histories.
5148e164e6
...
9db0ce85cc
1 changed files with 0 additions and 15 deletions
15
bin/instvnc
15
bin/instvnc
|
@ -1,15 +0,0 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
display="$(grep "$LOGNAME" /etc/tigervnc/vncserver.users | head -n 1 | awk -F '=' '{ print $1 }')"
|
||||
echo "Using display: $display"
|
||||
test -n "$display"
|
||||
|
||||
set -x
|
||||
cd
|
||||
exec \
|
||||
screen \
|
||||
-d \
|
||||
-m \
|
||||
vncserver \
|
||||
"$display"
|
||||
|
Loading…
Reference in a new issue