From b14a386db1c366b40fe6f2f6b057046b466410cd Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Thu, 12 Jun 2025 12:30:55 -0500 Subject: [PATCH] Lets see if this fixes.. --- newSrv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newSrv.sh b/newSrv.sh index 986b7b7..ae0656a 100644 --- a/newSrv.sh +++ b/newSrv.sh @@ -102,11 +102,11 @@ echo "Now running $FUNCNAME...." curl --silent http://dl.knownelement.com/FetchApplyDistPoint/aliases > /etc/aliases curl --silent http://dl.knownelement.com/FetchApplyDistPoint/rsyslog.conf> /etc/rsyslog.conf -if [ ! -d /root/.ssh ]; then +if [ ! -d /root/.ssh/ ]; then mkdir /root/.ssh/ fi -if [ ! -d /localuser/.ssh ]; then +if [ ! -d /localuser/.ssh/ ]; then mkdir /root/.ssh/ fi