From 46687ab8950ff526ad739b93d81c804670e43a5c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 2 Jun 2022 20:33:21 +0200 Subject: [PATCH] remove empty line --- usr/bin/archboot-update-installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/bin/archboot-update-installer.sh b/usr/bin/archboot-update-installer.sh index 827b01bd8..19c4d537e 100755 --- a/usr/bin/archboot-update-installer.sh +++ b/usr/bin/archboot-update-installer.sh @@ -141,7 +141,6 @@ if [[ "${_L_XFCE}" == "1" || "${_L_KDE}" == "1" || "${_L_GNOME}" == "1" || "${_L [[ "${_L_GNOME_WAYLAND}" == "1" ]] && _start_gnome_wayland [[ "${_L_KDE}" == "1" ]] && _start_kde [[ "${_L_KDE_WAYLAND}" == "1" ]] && _start_kde_wayland - fi