forked from norman/fusionpbx-install.sh-github-mirror
Update the Windows install.
This commit is contained in:
4
windows/resources/write-log.ps1
Normal file
4
windows/resources/write-log.ps1
Normal file
@@ -0,0 +1,4 @@
|
||||
Function Write-Log([string]$message) {
|
||||
Add-Content -Path "install.log" -Value $message
|
||||
Write-Host $message -ForegroundColor Cyan
|
||||
}
|
||||
Reference in New Issue
Block a user