From 88663529425fbc51988e34c80a806305fc2de45e Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 22 Dec 2023 00:29:35 -0600 Subject: [PATCH] added wget for test script --- debian/debian-essentials.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index b33bb92..275a38c 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -256,6 +256,8 @@ if [[ -f /opt/cronicle/conf/config.json ]] echo "Cronicle worker installed." fi +wget http://192.168.1.50/scripts/debian/test-debian-configure-sshd.sh + # lock root if [[ -d /home/akanealw ]] then