1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

fix: resolution not work (issue #68)

This commit is contained in:
Doro Wu
2018-04-11 13:06:47 +09:00
parent 57c75b6a09
commit ba3e2c2595
+1 -1
View File
@@ -9,7 +9,7 @@ if [ -n "$VNC_PASSWORD" ]; then
fi
if [ -n "$RESOLUTION" ]; then
sed -i "s/1024x768/$RESOLUTION/" /etc/supervisor/conf.d/supervisord.conf
sed -i "s/1024x768/$RESOLUTION/" /usr/local/bin/xvfb.sh
fi
USER=${USER:-root}