allow to set a different tmp directory for generated startup script

This commit is contained in:
2022-07-08 11:39:53 +02:00
parent 696af46397
commit 7fc8f52c8d
+1 -1
View File
@@ -407,7 +407,7 @@ do
done
}
startup=/tmp/iocsh.startup.$$
startup=${IOCSH_TMP:-/tmp}/iocsh.startup.$$
# clean up and kill the softIoc when killed by any signal
cleanup() {