diff options
-rwxr-xr-x | scripts/periupport_conv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/periupport_conv b/scripts/periupport_conv index 9ee84fa..49fa00f 100755 --- a/scripts/periupport_conv +++ b/scripts/periupport_conv @@ -5,6 +5,8 @@ SRC="$1" DST="$2" +[ ! -d "$DST" ] && mkdir -p "$DST" + # FIXME: ensure this is not already existing in another task uuid_cmd="cat /proc/sys/kernel/random/uuid" |