From 3a965c22deea981a4160150a5f97dc160e5fe63e Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 23 Dec 2022 12:58:28 +0100 Subject: [PATCH] store fft wisdom files in writable /ioc/data --- startup.script_common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/startup.script_common b/startup.script_common index 883b2ec..d9907cd 100644 --- a/startup.script_common +++ b/startup.script_common @@ -16,6 +16,9 @@ putenv "SRBASE=/ioc/data" sprintf STRINGBUFFER, "EPICS_DRIVER_PATH=.:bin/%s_%s:bin:snl:../bin:%s", EPICS, EPICS_HOST_ARCH, EPICS_MODULES putenv STRINGBUFFER +sprintf STRINGBUFFER, "FFT_WISDOM_DIR=/ioc/data/%s", IOC +putenv STRINGBUFFER + STREAM_PROTOCOL_DIR=malloc(80) sprintf STREAM_PROTOCOL_DIR, "%s/cfg", HOME