Formatting

This commit is contained in:
2025-06-12 12:20:18 -05:00
parent c3bed5cebf
commit 4766bcf6db

View File

@@ -103,11 +103,11 @@ curl --silent http://dl.knownelement.com/FetchApplyDistPoint/aliases > /etc/alia
curl --silent http://dl.knownelement.com/FetchApplyDistPoint/rsyslog.conf> /etc/rsyslog.conf
if [ ! -d /root/.ssh ]; then
mkdir /root/.ssh/
mkdir /root/.ssh/
fi
if [ ! -d /localuser/.ssh ]; then
mkdir /root/.ssh/
mkdir /root/.ssh/
fi
if [ ! -L /root/.ssh/authorized_keys ]; then