This commit is contained in:
Tess Gauthier 2024-12-10 10:36:17 -05:00
parent b7254376e0
commit ac53e792d3

View File

@ -403,7 +403,7 @@ Match User matchuser
Remove-Item $progDataPath -force
}
if (Test-Path $sshdconfig_custom) {
Remove-Item $sshd_config_custom -force
Remove-Item $sshdconfig_custom -force
}
}