scripts/start-server.sh aktualisiert

This commit is contained in:
2024-12-19 08:36:03 +01:00
parent 9ad56074de
commit b1299dcb5f

View File

@@ -102,7 +102,7 @@ if [ "${CUSTOM_RES_H}" -le 849 ]; then
fi fi
echo "---Starting TurboVNC server---" echo "---Starting TurboVNC server---"
vncserver -geometry ${CUSTOM_RES_W}x${CUSTOM_RES_H} -depth ${CUSTOM_DEPTH} :99 -rfbport ${RFB_PORT} -noxstartup ${TURBOVNC_PARAMS} 2>/dev/null vncserver -geometry ${CUSTOM_RES_W}x${CUSTOM_RES_H} -depth ${CUSTOM_DEPTH} :99 -rfbport ${RFB_PORT} -noxstartup -noserverkeymap ${TURBOVNC_PARAMS} 2>/dev/null
sleep 2 sleep 2
echo "---Starting Fluxbox---" echo "---Starting Fluxbox---"
screen -d -m env HOME=/etc /usr/bin/fluxbox screen -d -m env HOME=/etc /usr/bin/fluxbox