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:
+1
-1
@@ -9,7 +9,7 @@ if [ -n "$VNC_PASSWORD" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$RESOLUTION" ]; then
|
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
|
fi
|
||||||
|
|
||||||
USER=${USER:-root}
|
USER=${USER:-root}
|
||||||
|
|||||||
Reference in New Issue
Block a user