mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
forgot to sleep, forgot to gpg sign commit
This commit is contained in:
parent
a27cfcb716
commit
0276dca341
1 changed files with 1 additions and 0 deletions
|
@ -1807,6 +1807,7 @@ __wait_for_apt(){
|
|||
|
||||
# If our exit code from apt is 100, then we're waiting on a lock
|
||||
while [ $APT_RETURN -eq 100 ]; do
|
||||
sleep 1
|
||||
WAIT_TIMEOUT=$((WAIT_TIMEOUT - 1))
|
||||
|
||||
# If timeout reaches 0, abort.
|
||||
|
|
Loading…
Add table
Reference in a new issue