From 4766bcf6db64e0bc8d3f03887f34e8a654547feb Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Thu, 12 Jun 2025 12:20:18 -0500 Subject: [PATCH] Formatting --- newSrv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newSrv.sh b/newSrv.sh index 78e3d11..986b7b7 100644 --- a/newSrv.sh +++ b/newSrv.sh @@ -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