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:
authorChristian König <ckoenig@posteo.de>2022-04-04 17:59:13 +0300
committerChristian König <ckoenig@posteo.de>2022-04-04 17:59:13 +0300
commitc0a2ab7b77feaa64a25415ec674432fa22e423ac (patch)
treee7e86179e926447b77cb8ab12cd63664dfafcb95 /automated install
parent30ba79f6a01e331302f753a190b8d187610d374f (diff)
Fix indention
Signed-off-by: Christian König <ckoenig@posteo.de>
Diffstat (limited to 'automated install')
-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 a51362ba..5f2f327d 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\\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