summaryrefslogtreecommitdiffstats
path: root/core/modules/remote-access
diff options
context:
space:
mode:
authorSimon Rettberg2020-08-05 14:00:13 +0200
committerSimon Rettberg2020-08-05 14:00:13 +0200
commitd3e026a8f82dc42871e9b5465b268d5c2c3d7ea1 (patch)
treebb2298565285bd12f7004519e214ccefd16f4195 /core/modules/remote-access
parent[remote-access] Fix -passwd argument to x11vnc (diff)
downloadmltk-d3e026a8f82dc42871e9b5465b268d5c2c3d7ea1.tar.gz
mltk-d3e026a8f82dc42871e9b5465b268d5c2c3d7ea1.tar.xz
mltk-d3e026a8f82dc42871e9b5465b268d5c2c3d7ea1.zip
[remote-access] Remove debug spam
Diffstat (limited to 'core/modules/remote-access')
-rwxr-xr-xcore/modules/remote-access/data/etc/X11/Xsetup.d/50-launch-vncserver4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/remote-access/data/etc/X11/Xsetup.d/50-launch-vncserver b/core/modules/remote-access/data/etc/X11/Xsetup.d/50-launch-vncserver
index 4206992f..de244d9a 100755
--- a/core/modules/remote-access/data/etc/X11/Xsetup.d/50-launch-vncserver
+++ b/core/modules/remote-access/data/etc/X11/Xsetup.d/50-launch-vncserver
@@ -17,8 +17,8 @@
chmod +x "$rule"
fi
fi
- set -x
- exec &> /tmp/fooooooooooooo
+ #set -x
+ #exec &> /tmp/fooooooooooooo
# dd since busybox head doesn't know -c
passwd="$( < /dev/urandom tr -c -d 'a-zA-Z0-9#&/=()[]{}' | dd bs=8 count=1 status=none )"
printf "%s" "$passwd" > "/tmp/vnc-passwd"