From 78dab2b705b09b1f7b720e84e7e04af16cd7966f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= Date: Tue, 8 Oct 2024 17:42:49 +0200 Subject: [PATCH] Update the instructions for creating the AliEn token. The `alien-token-init` command is relevant only for experts. For normal usage, `alien.py` is recommended. --- docs/troubleshooting/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/troubleshooting/README.md b/docs/troubleshooting/README.md index 1e1d53b..7c42e4e 100644 --- a/docs/troubleshooting/README.md +++ b/docs/troubleshooting/README.md @@ -159,7 +159,7 @@ Verify whether: How to check the timestamp? ``` -### Alien connection failed +### AliEn connection failed Error message: @@ -167,5 +167,6 @@ Error message: Alien Token Check failed - Please get an alien token before running with https CCDB endpoint, or alice-ccdb.cern.ch! ``` -- Create an Alien token by executing the `alien-token-init` command inside the O2Physics environment. -- Verify that the connection can be established by executing `alien.py`. You should be greeted with `Welcome to the ALICE GRID`. Exit with `exit`. +- Create the AliEn token by executing the `alien.py` command inside the O2Physics environment. +- You should be greeted with `Welcome to the ALICE GRID`. +- Exit with `exit`.