From d779695f99031d4da69ab31c4e0da5db4560290f Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 22 Dec 2023 17:54:20 -0600 Subject: [PATCH] testing --- debian/debian-essentials.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index feb28b6..3590a0f 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -258,9 +258,9 @@ fi # download sshd configuration test script -sudo rm /root/debian-configure-sshd.sh > /dev/null 2>&1 +rm /home/akanealw/debian-configure-sshd.sh > /dev/null 2>&1 wget -qO /root/debian-configure-sshd.sh http://192.168.1.50/scripts/debian/debian-configure-sshd.sh -sudo chmod +x /root/debian-configure-sshd.sh +chmod +x /root/debian-configure-sshd.sh # lock root