mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-11-14 23:23:50 +00:00
less verbose output on dir creation
This commit is contained in:
parent
0a9a29c119
commit
a95be81cfd
@ -84,7 +84,7 @@ function ProcessUrlFiles
|
|||||||
$appname = $sourceDir.Split('\')[-1]
|
$appname = $sourceDir.Split('\')[-1]
|
||||||
$tmpApp = "$env:TMP\$appname-config"
|
$tmpApp = "$env:TMP\$appname-config"
|
||||||
if (-not (Test-Path $tmpApp))
|
if (-not (Test-Path $tmpApp))
|
||||||
{ New-Item -ItemType Directory -Path $tmpApp
|
{ New-Item -ItemType Directory -Path $tmpApp 2>$null
|
||||||
}
|
}
|
||||||
|
|
||||||
# Find all .url files in the source directory
|
# Find all .url files in the source directory
|
||||||
|
Loading…
Reference in New Issue
Block a user