mirror of
https://github.com/itsdave-de/dockercompose-guacamole-for-msp-remoteadmin.git
synced 2025-05-06 12:05:13 +02:00
Merge branch 'main' of https://github.com/itsdave-de/dockercompose-guacamole-for-msp-remoteadmin
This commit is contained in:
commit
77f1ee32d3
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
/opt/guacamole/bin/start.sh &
|
/opt/guacamole/bin/start.sh &
|
||||||
|
|
||||||
# Esperar que o Tomcat esteja totalmente inicializado
|
# Wait for Tomcat to be fully initialized
|
||||||
while ! curl -sSf http://localhost:8080/guacamole >/dev/null; do
|
while ! curl -sSf http://localhost:8080/guacamole >/dev/null; do
|
||||||
echo "Aguardando Tomcat iniciar..."
|
echo "Waiting for Tomcat to start..."
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
|
|
||||||
# Executar o script adicional
|
# Run the additional script
|
||||||
/opt/guacamole/bin/inject-trigger.sh
|
/opt/guacamole/bin/inject-trigger.sh
|
||||||
|
|
||||||
# Manter o container em execução
|
# Keep the container running
|
||||||
wait
|
wait
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user