Skip to content

Commit

Permalink
add sleep?
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Mar 28, 2024
1 parent 31153ce commit bd6c51f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apt/private/dpkg_status.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -o pipefail -o errexit -o nounset

set -x
readonly bsdtar="$1"
readonly out="$2"
shift 2
Expand All @@ -13,6 +13,7 @@ while (( $# > 0 )); do
echo "Status: install ok installed" >> $tmp_out
echo "$control" | tail -n +2 >> $tmp_out
echo "" >> $tmp_out
sleep .01
shift
done

Expand Down

0 comments on commit bd6c51f

Please sign in to comment.