diff --git a/docs/site/vobox_startup_scripts.md b/docs/site/vobox_startup_scripts.md index 548b21aa40d85fdf4481567a42335c57d70ab496..9f7fc5bfc60174176e2d6cec31643974b70bb145 100644 --- a/docs/site/vobox_startup_scripts.md +++ b/docs/site/vobox_startup_scripts.md @@ -43,12 +43,9 @@ export MYPROXY_SERVER=myproxy.cern.ch # only needed for MonALISA The job script submitted by the JAliEn CE (typically `~/ALICE/tmp/agent.startup.$PID`) can be customized with one or more scripts located in the home directory: -* `~/JA-custom-0.sh` - * Contents get inserted before the JAliEn environment setup. -* `~/JA-custom-1.sh` - * Contents get inserted right before JAliEn is started. -* `~/JA-custom-2.sh` - * Contents get inserted right after JAliEn has finished. +* `~/JA-custom-0.sh` - Contents get inserted before the JAliEn environment setup. +* `~/JA-custom-1.sh` - Contents get inserted right before JAliEn is started. +* `~/JA-custom-2.sh` - Contents get inserted right after JAliEn has finished. Such customizations are in use at some sites to deal with special conditions and can also be handy for debugging.