This commit is contained in:
2021-10-20 16:45:51 -04:00
parent 280a7577b3
commit 6e52e857b9

View File

@@ -176,7 +176,7 @@ green="\e[1;32m"
red="\e[1;31m"
undim="\e[0m"
services=("fail2ban" "ufw" "lxd" "netdata" "zed" "smartd" "postfix")
services=("fail2ban" "firewalld" "nmb" "motion" "btrfs-balance" "btrfs-scrub" "smb" "backup" "btrbk" "fstrim" "dnf-automatic" "smartd")
# sort services
IFS=$'\n' services=($(sort <<<"${services[*]}"))
unset IFS