We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c001b0b commit 0a04465Copy full SHA for 0a04465
script/studio
@@ -42,16 +42,17 @@ if [ "$(docker ps -aq -f name="${STUDIO_NAME}")" ]; then
42
echo
43
docker attach "${STUDIO_NAME}"
44
launch_studio=false
45
- break;;
+ ;;
46
s|S)
47
echo "==> studio: stopping existing container…"
48
docker stop "${STUDIO_NAME}" > /dev/null
49
50
n|N)
51
echo "==> studio: doing nothing with existing container… an error is likely to occur"
52
- break ;;
53
*)
54
- echo "==> studio: $choice is invalid";;
+ echo "==> studio: $choice is invalid"
55
56
esac
57
done
58
fi
0 commit comments