aboutsummaryrefslogtreecommitdiff
path: root/.config/powershell/bootstrap.ps1
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-06 20:29:01 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-06 20:29:01 +0200
commitf9465476c9c5f570d1e0695002c79e7759c69fc8 (patch)
tree7a048079fbe9850f3259123ddfab2e3e3d10509c /.config/powershell/bootstrap.ps1
parentd5748897e9db803708afc63e9a0da701636030e4 (diff)
downloaddotfiles-1.0.tar.gz
dotfiles-1.0.zip
Testingv1.0
Diffstat (limited to '.config/powershell/bootstrap.ps1')
-rw-r--r--.config/powershell/bootstrap.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/powershell/bootstrap.ps1 b/.config/powershell/bootstrap.ps1
index 3d04097..252bd52 100644
--- a/.config/powershell/bootstrap.ps1
+++ b/.config/powershell/bootstrap.ps1
@@ -21,6 +21,7 @@ function handle_error {
New-Item -Path $Env:USERPROFILE\Logs -ItemType directory -Force
Start-Transcript -Path $Env:USERPROFILE\Logs\Bootstrap.log
$ErrorActionPreference = 'SilentlyContinue'
+Write-Host "Bootstrap.log generated in Logs\"
# Function to check if the current session is elevated
function Test-IsAdmin {