„scripts/start-server.sh“ ändern

This commit is contained in:
2022-03-21 08:17:04 +01:00
parent c61a8c1a38
commit 9c8c6deb85

View File

@@ -24,9 +24,6 @@ sleep 2
echo "---Starting noVNC server---"
websockify -D --web=/usr/share/novnc/ --cert=/etc/ssl/novnc.pem ${NOVNC_PORT} localhost:${RFB_PORT}
sleep 2
echo "---Starting ssh daemon---"
/usr/sbin/sshd
sleep 2
echo "---Starting Remmina---"
remmina > /dev/null 2>&1