From a41da0d4ee7dca654702d7bd4a4fe37a6d046d6a Mon Sep 17 00:00:00 2001 From: Osama Albahrani Date: Wed, 8 Nov 2023 01:38:46 +0000 Subject: [PATCH] autoupdates.adoc: add quotes to prevent globbing Without the single quotes, the command may not work depending on the files in the current directory. --- modules/ROOT/pages/autoupdates.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/autoupdates.adoc b/modules/ROOT/pages/autoupdates.adoc index 9f20f51..6ccf919 100644 --- a/modules/ROOT/pages/autoupdates.adoc +++ b/modules/ROOT/pages/autoupdates.adoc @@ -77,7 +77,7 @@ Check status of `dnf-automatic`: [source,bash] ---- -systemctl list-timers dnf-* +systemctl list-timers 'dnf-*' ---- [[changes-as-of-fedora-26]]