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

diskspace.ps1 - error creating log file #69

@laoki

Description

@laoki

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions