mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Merge pull request #1369 from stanzgy/develop
Fix busybox mktemp compatibility
This commit is contained in:
commit
76de446953
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ exec 2>"$LOGPIPE"
|
|||
# 14 SIGALRM
|
||||
# 15 SIGTERM
|
||||
#----------------------------------------------------------------------------------------------------------------------
|
||||
APT_ERR=$(mktemp /tmp/apt_error.XXXX)
|
||||
APT_ERR=$(mktemp /tmp/apt_error.XXXXXX)
|
||||
__exit_cleanup() {
|
||||
EXIT_CODE=$?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue