This commit is contained in:
committer
2024-05-19 17:03:47 -05:00
parent c9ca08669e
commit 650c1068be

View File

@@ -147,6 +147,7 @@ if [ ${operation} == "services" ] ; then
for x in ${services[@]}
do
echo "systemctl enable ${x}"
systemctl enable ${x}
done
fi