From e320f782d5a94d78b9a4936dbff22a45557db537 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 4 Aug 2023 10:45:00 +0200 Subject: [PATCH] check on .update --- usr/bin/archboot-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-update.sh b/usr/bin/archboot-update.sh index d22e24db3..064bdda41 100755 --- a/usr/bin/archboot-update.sh +++ b/usr/bin/archboot-update.sh @@ -107,5 +107,5 @@ if [[ -n "${_FULL_SYSTEM}" ]]; then _full_system | _dialog --title "${_MENU_TITLE}" --gauge "Refreshing pacman package database..." 6 75 0 clear fi -rm /.update +[[ -e /.update ]] && rm /.update # vim: set ft=sh ts=4 sw=4 et: