forgot to sleep, forgot to gpg sign commit

This commit is contained in:
Matt McKinnon 2018-11-02 09:29:22 -04:00
parent a27cfcb716
commit 0276dca341
No known key found for this signature in database
GPG key ID: 7DCCE47300DEB278

View file

@ -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.