Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryubiuser <ckoenig@posteo.de>2022-04-07 10:11:53 +0300
committerGitHub <noreply@github.com>2022-04-07 10:11:53 +0300
commitb33434d02a05e2777041ce853b0c09d5f9682bcf (patch)
tree5f535740fd0814420664eb2aca8811eaec17a49f /automated install/basic-install.sh
parentc0a2ab7b77feaa64a25415ec674432fa22e423ac (diff)
Let uses know how long they need to wait (max)loop
Co-authored-by: Adam Warner <me@adamwarner.co.uk>
Diffstat (limited to 'automated install/basic-install.sh')
-rwxr-xr-xautomated install/basic-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index 5f2f327d..e1683993 100755
--- a/automated install/basic-install.sh
+++ b/automated install/basic-install.sh
@@ -262,7 +262,7 @@ os_check() {
# This function waits for dpkg to unlock, which signals that the previous apt-get command has finished.
test_dpkg_lock() {
i=0
- printf " %b Waiting for package manager to finish\\n" "${INFO}"
+ printf " %b Waiting for package manager to finish (up to 30 seconds)\\n" "${INFO}"
# fuser is a program to show which processes use the named files, sockets, or filesystems
# So while the lock is held,
while fuser /var/lib/dpkg/lock >/dev/null 2>&1