OneCDOnly / sherpa

A mini-package-manager for QNAP NAS
GNU General Public License v3.0
114 stars 13 forks source link

bug: `mktemp` in QTS 4.2.6 throwing errors #241

Closed OneCDOnly closed 1 year ago

OneCDOnly commented 1 year ago
dbug: (>>) RunAndLog                     
/bin/mktemp: invalid option -- p
BusyBox v1.01 (2022.06.22-22:54+0000) multi-call binary

Usage: mktemp [-dq] TEMPLATE

Creates a temporary file with its name based on TEMPLATE.
TEMPLATE is any name with six `Xs' (i.e., /tmp/temp.XXXXXX).

Options:
        -d              Make a directory instead of a file
        -q              Fail silently if an error occurs