From f29fb956fd77ded983d6b6ac756fa8def125d84c Mon Sep 17 00:00:00 2001 From: crater2150 Date: Wed, 19 Jun 2024 12:32:08 +0200 Subject: [PATCH] update: do not error out if there is no update.d scripts --- misc/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/update b/misc/update index 2c87744..caf0eb4 100755 --- a/misc/update +++ b/misc/update @@ -64,7 +64,7 @@ xbps-update () { } misc-update() { - for i in ${XDG_CONFIG_HOME}/update.d/*; do + for i in ${XDG_CONFIG_HOME}/update.d/*(N); do if [[ -x $i ]]; then info "Running updater: ${i:t}" $i $auto