From 650c1068bedd7d6e286794e350f9ac018fba8beb Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 19 May 2024 17:03:47 -0500 Subject: [PATCH] u --- scripts/99_software.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 2bafd2c..81595c8 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -147,6 +147,7 @@ if [ ${operation} == "services" ] ; then for x in ${services[@]} do echo "systemctl enable ${x}" + systemctl enable ${x} done fi