From 5fbdebd0ef50fd7ca5ae05e221a427aad548836e Mon Sep 17 00:00:00 2001
From: Simon Rose <simon.rose@ess.eu>
Date: Thu, 23 Apr 2020 12:06:13 +0200
Subject: [PATCH] Added simonrose to tmp dir name

---
 tools/iocsh.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/iocsh.bash b/tools/iocsh.bash
index f65fc222..1f268e3c 100755
--- a/tools/iocsh.bash
+++ b/tools/iocsh.bash
@@ -50,7 +50,7 @@ declare -r SC_TOP="${SC_SCRIPT%/*}"
 declare SC_VERSION="${E3_REQUIRE_VERSION}"
 declare STARTUP=""
 declare BASECODE=""
-declare -r TMP_PATH="/tmp/systemd-private-e3-iocsh"
+declare -r TMP_PATH="/tmp/systemd-private-e3-iocsh-$(whoami)"
 
 . ${SC_TOP}/iocsh_functions
 
-- 
GitLab