diff --git a/slsDetectorSoftware/src/Detector.cpp b/slsDetectorSoftware/src/Detector.cpp index 5a148e3f2..9e24c0e0d 100644 --- a/slsDetectorSoftware/src/Detector.cpp +++ b/slsDetectorSoftware/src/Detector.cpp @@ -2141,7 +2141,9 @@ void Detector::resetFPGA(Positions pos) { void Detector::copyDetectorServer(const std::string &fname, const std::string &hostname, Positions pos) { pimpl->Parallel(&Module::copyDetectorServer, pos, fname, hostname); - rebootController(pos); + if (getDetectorType().squash() != defs::EIGER) { + rebootController(pos); + } } void Detector::rebootController(Positions pos) {