small typo. *sheepish grin*

This commit is contained in:
2025-06-23 18:17:21 -05:00
parent b79fcc0e5a
commit 3730e7ac54

View File

@ -177,7 +177,7 @@ postfix
#https://www.digitalocean.com/community/tutorials/how-to-set-up-multi-factor-authentication-for-ssh-on-ubuntu-18-04
export KALI_CHECK
KALI_CHECK="$(distro -c kali)"
KALI_CHECK="$(distro |grep -c kali)"
if [ "$KALI_CHECK" -eq 0 ]; then
export DEBIAN_FRONTEND="noninteractive" && apt-get -qq --yes -o Dpkg::Options::="--force-confold" install \
@ -267,7 +267,9 @@ systemctl stop rsyslog && systemctl start rsyslog && logger "hi hi from $(hostna
systemctl restart ntp
systemctl restart postfix
systemctl enable
systemctl stop postfix
systemctl start postfix
/usr/sbin/accton on