From db3fe393e7fd77ce2f21792a4b7a14bc9b701e58 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 29 Dec 2022 19:28:39 +0100 Subject: [PATCH] Path for logfile --- install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index 3911288..ebec8c3 100644 --- a/install.ps1 +++ b/install.ps1 @@ -20,7 +20,7 @@ else { ## Setze das default Log Level Set-LoggingDefaultLevel -Level 'WARNING' Add-LoggingTarget -Name Console -Add-LoggingTarget -Name File -Configuration @{Path = '$HOME/.winconfig/run.log'} +Add-LoggingTarget -Name File -Configuration @{Path = 'run.log'} # Konfig für die prompts