Compare commits

..

No commits in common. "5148e164e6d1ac72d8ac631e070dd7ced6824554" and "9db0ce85ccb759213470aa951167314af0a6d1c6" have entirely different histories.

View file

@ -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"