Skip to content

Commit 4e1b2ba

Browse files
refactor(spring-oracle-example): update messages to English for consistency
1 parent 8de121f commit 4e1b2ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22
# entrypoint.sh
33

4-
echo "Aguardando 30 segundos..."
4+
echo "Waiting 30 seconds..."
55
sleep 30
66

7-
echo "Iniciando a aplicação..."
8-
exec java org.springframework.boot.loader.launch.JarLauncher
7+
echo "Starting the application..."
8+
exec java org.springframework.boot.loader.launch.JarLauncher

0 commit comments

Comments
 (0)