From df3807591dd28d03759d7ffc3821f1acc2e54518 Mon Sep 17 00:00:00 2001 From: Simon Corrodi Date: Fri, 6 Mar 2026 17:16:44 -0600 Subject: [PATCH] whitespaces --- tools/install_ots_ops.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/install_ots_ops.sh b/tools/install_ots_ops.sh index 1635ff6a..d5fbfcf7 100644 --- a/tools/install_ots_ops.sh +++ b/tools/install_ots_ops.sh @@ -38,7 +38,7 @@ cd "$TARGET_DIR" # ========================================== echo "Cloning otsdaq-mu2e-config..." # Temporarily disable exit-on-error so we can catch the git clone failure -set +e +set +e git clone "$CONFIG_REPO" otsdaq-mu2e-config CLONE_STATUS=$? set -e # Re-enable exit-on-error @@ -108,7 +108,7 @@ for subsystem in "${SUBSYSTEMS[@]}"; do USER_DATA="Data_$subsystem" mkdir -p "$USER_DATA/ServiceData/" - + # Copy and link configuration files cp otsdaq-mu2e-config/CoreTableInfoNames.dat "$USER_DATA/ServiceData/" cp "otsdaq-mu2e-config/Data_${subsystem}/ServiceData/ActiveTableGroups.cfg" "$USER_DATA/ServiceData/ActiveTableGroups.cfg" @@ -119,7 +119,7 @@ for subsystem in "${SUBSYSTEMS[@]}"; do ( source setup_ots.sh "$subsystem" UpdateOTS.sh --tables - ots --wiz + ots --wiz yes Y | ots -k )