dbareports icon indicating copy to clipboard operation
dbareports copied to clipboard

diskspace.ps1 - error creating log file

Open laoki opened this issue 9 years ago • 1 comments

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"

laoki avatar Mar 01 '17 14:03 laoki

resolved and in the development branch.

jstexasdba avatar Apr 17 '17 12:04 jstexasdba