File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -181,21 +181,22 @@ fatal() {
181
181
fi
182
182
183
183
# Space padding used after the URLs to align "==".
184
- space_padding=26
185
- log
186
- log " ===================================================================="
187
- log " == =="
188
- log " == Coder is now running in development mode. =="
189
- for iface in " ${interfaces[@]} " ; do
190
- log " $( printf " == API: http://%s:3000%$(( space_padding - ${# iface} )) s==" " $iface " " " ) "
191
- done
192
- for iface in " ${interfaces[@]} " ; do
193
- log " $( printf " == Web UI: http://%s:8080%$(( space_padding - ${# iface} )) s==" " $iface " " " ) "
194
- done
195
- log " == =="
196
- log " == Use ./scripts/coder-dev.sh to talk to this instance! =="
197
- log " ===================================================================="
198
- log
184
+ space_padding=26
185
+ log
186
+ log " ===================================================================="
187
+ log " == =="
188
+ log " == Coder is now running in development mode. =="
189
+ for iface in " ${interfaces[@]} " ; do
190
+ log " $( printf " == API: http://%s:3000%$(( space_padding - ${# iface} )) s==" " $iface " " " ) "
191
+ done
192
+ for iface in " ${interfaces[@]} " ; do
193
+ log " $( printf " == Web UI: http://%s:8080%$(( space_padding - ${# iface} )) s==" " $iface " " " ) "
194
+ done
195
+ log " == =="
196
+ log " == Use ./scripts/coder-dev.sh to talk to this instance! =="
197
+ log " $( printf " == alias coder=%s/scripts/coder-dev.sh%$(( space_padding - ${# PWD} - 2 )) s==" " $PWD " " " ) "
198
+ log " ===================================================================="
199
+ log
199
200
200
201
# Wait for both frontend and backend to exit.
201
202
wait_cmds
You can’t perform that action at this time.
0 commit comments