"TMP_DIR"

This commit is contained in:
2018-02-19 09:57:32 +01:00
parent dce2d591ee
commit 083437b10d
2 changed files with 2 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
function fct_mk_tmp_dir
{
fct_message "Creation du repertoire temporaire"
mkdir -p ${NC_EXPL_TMP}/${SH_SESSION_ID}
RET_VAL=$?
if [ ! ${RET_VAL} -eq 0 ]; then