From 6641af03d8341e43167a293de3d6e94a0e0f8765 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 19 Nov 2023 20:42:17 +0100 Subject: [PATCH] harmonize ! in code block --- usr/lib/archboot/login.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index ccccb4ff7..e1a9c922d 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -146,16 +146,16 @@ if [[ -e /usr/bin/setup ]]; then localize . /etc/locale.conf fi - if [[ ! -e /.network ]]; then + if ! [[ -e /.network ]]; then network fi if ! [[ -e /.clock ]]; then clock fi - if [[ ! -e /.pacsetup ]]; then + if ! [[ -e /.pacsetup ]]; then pacsetup fi - if [[ ! -e /.launcher ]]; then + if ! [[ -e /.launcher ]]; then launcher fi # latest image, fail if less than 2GB RAM available