From 789d974ab8909358f8a263b6d8342d109efef1d3 Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 22 Dec 2023 00:20:20 -0600 Subject: [PATCH] changed path to absolute path --- debian/test-debian-configure-sshd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/test-debian-configure-sshd.sh b/debian/test-debian-configure-sshd.sh index cafbe45..88dd57e 100644 --- a/debian/test-debian-configure-sshd.sh +++ b/debian/test-debian-configure-sshd.sh @@ -5,4 +5,4 @@ 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 chmod +x /root/debian-configure-sshd.sh -./debian-configure-sshd.sh +/root/debian-configure-sshd.sh