Skip to content
Snippets Groups Projects

fix: remove BEAMLINE_CONFIG and JUGGLER_INSTALL_PREFIX

Merged Wouter Deconinck requested to merge rm-beamline-config-juggler-install-prefix into master
5 files
+ 0
15
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -8,10 +8,6 @@ if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
export JUGGLER_N_EVENTS=1000
fi
if [[ ! -n "${JUGGLER_INSTALL_PREFIX}" ]] ; then
export JUGGLER_INSTALL_PREFIX="/usr/local"
fi
if [[ ! -n "${E_start}" ]] ; then
export E_start=5.0
fi
Loading