Skip to content

Instantly share code, notes, and snippets.

@lukencode
Created February 18, 2013 04:14
Show Gist options
  • Save lukencode/4975097 to your computer and use it in GitHub Desktop.
Save lukencode/4975097 to your computer and use it in GitHub Desktop.
Write-Host "Looking for " $OctopusPackageDirectoryPath "app_offline*.htm*"
if(Test-Path $OctopusPackageDirectoryPath\app_offline*.htm*)
{
ren $OctopusPackageDirectoryPath\app_offline*.htm* app_offline.htm
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment