Skip to content
This repository has been archived by the owner on Feb 24, 2019. It is now read-only.

diskspace.ps1 - error creating log file #69

Open
laoki opened this issue Mar 1, 2017 · 1 comment
Open

diskspace.ps1 - error creating log file #69

laoki opened this issue Mar 1, 2017 · 1 comment

Comments

@laoki
Copy link

laoki commented Mar 1, 2017

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"
@jstexasdba
Copy link
Collaborator

resolved and in the development branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants