Skip to content

Commit e37ee07

Browse files
committed
better UX
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent e12566e commit e37ee07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

traefik_stack5/runup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ function main() {
8080
# --- edit YOUR SCRIPT HERE
8181
function goto_myscript() {
8282

83-
# play-with-docker is ready
83+
docker pull devmtl/figlet:1.0
84+
8485
clear;
8586
message_is="Starting"
8687
docker run --rm devmtl/figlet:1.0 ${message_is} && sleep 2 && echo;

0 commit comments

Comments
 (0)