gitmachtl / scripts

StakePool Operator Scripts. Learn how to create and manage your StakePool / manage your DRep stuff / do Governance Actions with these simple scripts. Hardware-Ledger/Trezor Support, Token/Asset Sending, Offline-Mode and much more...
MIT License
271 stars 95 forks source link

mktemp param order raise error on macosx #39

Closed nemo83 closed 1 year ago

nemo83 commented 1 year ago

In macosx the parameter -ut are valid but must be entered before the argument, or won't be correctly interpreted and will create another folder

mktemp tmp.XXXX -ut
tmp.oNvB
mktemp: mkstemp failed on -ut: File exists