Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions run_hyperion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,16 @@ if [[ $START == 1 ]]; then
if [ $IN_DEV == false ]; then
check_user
ISPYB_CONFIG_PATH="/dls_sw/dasc/mariadb/credentials/ispyb-hyperion-${BEAMLINE}.cfg"
ZOCALO_CONFIG=/dls_sw/apps/zocalo/live/configuration.yaml
else
ISPYB_CONFIG_PATH="$RELATIVE_SCRIPT_DIR/tests/test_data/ispyb_test_credentials.cfg"
ZOCALO_CONFIG="$RELATIVE_SCRIPT_DIR/tests/test_data/zocalo-test-configuration.yaml"
export ZOCALO_CONFIG
fi
export ZOCALO_CONFIG
export ISPYB_CONFIG_PATH

kill_active_apps

module unload controls_dev
module load dials

cd ${RELATIVE_SCRIPT_DIR}

if [ -z "$LOG_DIR" ]; then
Expand Down