Skip to content

Commit

Permalink
ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
leaddevops authored Mar 30, 2024
1 parent e14d6d0 commit 1ef044a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setupUser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ update_conf()
{
sudofile="/etc/sudoers"
sshdfile="/etc/ssh/sshd_config"
sshdconfd="/etc/ssh/ssh_config.d"
sshdconfd="/etc/ssh/sshd_config.d"
mkdir -p /home/backup
if [ -f $sudofile ];then
cp -p $sudofile /home/backup/sudoers-$now
Expand Down

0 comments on commit 1ef044a

Please sign in to comment.