11065: Merge branch 'master' into 11065-optional-audit-logging
[arvados.git] / doc / install / install-keepstore.html.textile.liquid
index 64a710f9126fe7aa905817b3fb1fae162407a603..943c9bae36b1c7e2358a83f9636bb3eb3ddf3cd3 100644 (file)
@@ -214,8 +214,8 @@ export ARVADOS_API_TOKEN=zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
 Use this command to register each keepstore server you have installed.  Make sure to update the @service_host@ value.
 
 <notextile>
-<pre><code>~$ <span class="userinput">prefix=`arv --format=uuid user current | cut -d- -f1`</span>
-~$ <span class="userinput">echo "Site prefix is '$prefix'"</span>
+<pre><code>~$ <span class="userinput">uuid_prefix=`arv --format=uuid user current | cut -d- -f1`</span>
+~$ <span class="userinput">echo "Site prefix is '$uuid_prefix'"</span>
 ~$ <span class="userinput">read -rd $'\000' keepservice &lt;&lt;EOF; arv keep_service create --keep-service "$keepservice"</span>
 <span class="userinput">{
  "service_host":"<strong>keep0.$uuid_prefix.your.domain</strong>",