From d26444dec2161df16403fde1970ef70ab0985d1e Mon Sep 17 00:00:00 2001 From: trrgrnd Date: Sun, 4 Aug 2024 10:13:00 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ec2ae82..eab595a 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/bash echo "[ sshd_config backup ]" -cp /etc/ssh/sshd_config /etc/sshd_config_orig && +cp /etc/ssh/sshd_config /etc/ssh/sshd_config_orig && echo "[ configuring sshd ]"