changeset 269:ae940a45bfff

Change in a comment but keeps consistency
author Steve Huston <huston@princeton.edu>
date Thu, 25 Apr 2024 11:30:48 -0400
parents 48b4f41712dc
children 6dc992e4fc4a
files .shared/b
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.shared/b	Thu Apr 25 10:50:06 2024 -0400
+++ b/.shared/b	Thu Apr 25 11:30:48 2024 -0400
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Bootstrap file - pulls everything else through the web server and sets up an
 # environment.  Load with:
-# P=<port> eval "$(curl http://localhost:<port>/b)"
+# export DOTSHARE_PORT=<port> ; eval "$(curl http://localhost:${DOTSHARE_PORT}/b)"
 
 # These are the files we'll pull over from the dotshare directory; this way
 # that directory can collect other things if needed, but we only pull what we