Skip to content

Make mktemp call compatible with busybox

Luca Weiss requested to merge z3ntu/telephony-service:mktemp-busybox into main

It appears busybox mktemp template requires at least 6 'X' characters in the template, otherwise it'll fail with "mktemp: Invalid argument".

Update the template to follow that.

Merge request reports