dbareports
dbareports copied to clipboard
diskspace.ps1 - error creating log file
Do you want to request a feature or report a bug? Bug
What is the current behavior? Found an error trying to run diskspace.ps1. script wasn't able to create log file.
I've checked the other scripts and found out that there are lines missing before the line:
# Create Log File
Lines missing:
# Load up shared functions
$currentdir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. "$currentdir\shared.ps1"
. "$currentdir\Write-Log.ps1"
resolved and in the development branch.