From d3a36b7de4211680db2ea3f2c1ee12440004aed6 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 4 Jun 2025 19:35:41 +0100 Subject: lfacme.sh.in: fix command parsing --- lfacme.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfacme.sh.in b/lfacme.sh.in index 7047097..aaf23e9 100644 --- a/lfacme.sh.in +++ b/lfacme.sh.in @@ -32,7 +32,7 @@ done # Run the command. _command="$1"; shift -if [ -z "$command" ]; then +if [ -z "$_command" ]; then _fatal "missing command" fi -- cgit v1.2.3