From cf72dc2ead1527b44684bc7be14708a2efd9f1b5 Mon Sep 17 00:00:00 2001 From: committer Date: Tue, 13 Aug 2024 21:17:02 -0500 Subject: [PATCH] / typo bug fix --- scripts/99_software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index fe56c4f..a7feeb2 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -176,7 +176,7 @@ fi # ----- if [ ${operation} == "services" ] ; then - do_service "common" + do_services "common" do_update ${parameter} fi