File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,19 @@ echo "handles-server is downloaded and ready to run."
24
24
25
25
echo " Start demo of handles server using the in memory provider? (Y/n)"
26
26
read response
27
+
28
+ function ended_demo() {
29
+ printf " \n\n"
30
+ echo " > hopefully the demo was helpful!"
31
+ printf " \n"
32
+ }
33
+
27
34
case " $response " in
28
35
[yY][eE][sS] | [yY] | " " )
29
- function ended_demo() {
30
- printf " \n\n"
31
- echo " > hopefully the demo was helpful!"
32
- printf " \n"
33
- }
34
-
35
36
echo " > Starting server for domain example.com with handles alice.example.com and bob.example.com"
36
- sleep 0.5 # An articial delay for time to read the message
37
+ sleep 0.5 # An artificial delay for time to read the message
37
38
echo " > Test it out with: curl --header 'Host: alice.example.com' http://localhost:8888/.well-known/atproto-did"
38
- sleep 1 # An articial delay for time to read the message
39
+ sleep 1 # An artificial delay for time to read the message
39
40
echo " > exit with ctrl+c once you're done."
40
41
sleep 0.5
41
42
printf " \n\n"
You can’t perform that action at this time.
0 commit comments