Fixed syntax error
This commit is contained in:
parent
64a36b38ce
commit
8cab2d4e6b
@ -22,7 +22,7 @@ if (Test-Path "C:\inetpub\wwwroot\tmp-build.enpaul\.htaccess") {
|
||||
Remove-Item -Path "C:\inetpub\wwwroot\tmp-build.enpaul\.htaccess" -Force
|
||||
}
|
||||
|
||||
if (Test-Path "C:\inetpub\wwwroot\enpaul")
|
||||
if (Test-Path "C:\inetpub\wwwroot\enpaul") {
|
||||
Rename-Item -Path "C:\inetpub\wwwroot\enpaul" -NewName "enpaul.old" -Force
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user