Fix indention

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-04-04 16:59:13 +02:00
parent 30ba79f6a0
commit c0a2ab7b77
No known key found for this signature in database
GPG key ID: 4CDA6F249DD2B485

View file

@ -262,7 +262,7 @@ os_check() {
# This function waits for dpkg to unlock, which signals that the previous apt-get command has finished. # This function waits for dpkg to unlock, which signals that the previous apt-get command has finished.
test_dpkg_lock() { test_dpkg_lock() {
i=0 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 # fuser is a program to show which processes use the named files, sockets, or filesystems
# So while the lock is held, # So while the lock is held,
while fuser /var/lib/dpkg/lock >/dev/null 2>&1 while fuser /var/lib/dpkg/lock >/dev/null 2>&1