refactor: remove service id altogether
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
SVC_ID=$1
|
||||
SVC_NAME=$2
|
||||
ENV=$3
|
||||
SVC_NAME=$1
|
||||
set --
|
||||
# TODO:
|
||||
# PSI_FACILITY=SLS
|
||||
|
||||
SERVICES_DIR=/sls/bd/hla/${AGEBD_ENV}/services
|
||||
SVC_NAME_LOWER=${SVC_NAME,,}
|
||||
SVC_DIR=${SERVICES_DIR}/${SVC_ID}-${SVC_NAME_LOWER}
|
||||
SVC_DIR=${SERVICES_DIR}/${SVC_NAME_LOWER}
|
||||
|
||||
# gfa_12_epics.sh died on the 16.04.2026 due to required AFS write access
|
||||
#. /etc/profile.d/gfa_12_epics.sh
|
||||
|
||||
Reference in New Issue
Block a user