Skip to content

Commit

Permalink
removed unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jun 25, 2024
1 parent 07de700 commit d9c1fb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eessi_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ HTTPS_PROXY_ERROR_EXITCODE=$((${ANY_ERROR_EXITCODE} << 10))
RUN_SCRIPT_MISSING_EXITCODE=$((${ANY_ERROR_EXITCODE} << 11))
NVIDIA_MODE_UNKNOWN_EXITCODE=$((${ANY_ERROR_EXITCODE} << 12))

# we use an associative array for storing sets of settings per CVMFS repository
declare -A cvmfs_repo_settings

# CernVM-FS settings
CVMFS_VAR_LIB="var-lib-cvmfs"
CVMFS_VAR_RUN="var-run-cvmfs"
Expand Down

0 comments on commit d9c1fb1

Please sign in to comment.