updated quote marks on file path to create positions and bookmark-system files
This commit is contained in:
parent
ffb1f5ad92
commit
f69075cc45
@ -358,8 +358,8 @@ if ($shouldDownloadPromtail) {
|
||||
|
||||
## Now create the positions files. NB Please create a Positions file for each Job.
|
||||
|
||||
New-Item -Path ”c:\ProgramData\Promtail\positions.txt” -ItemType File
|
||||
New-Item -Path ”c:\ProgramData\Promtail\bookmark-system.xml” -ItemType File
|
||||
New-Item -Path 'c:\ProgramData\Promtail\positions.txt' -ItemType File
|
||||
New-Item -Path 'c:\ProgramData\Promtail\bookmark-system.xml' -ItemType File
|
||||
|
||||
$filename = $downloadUrl.Split("/")[-1]
|
||||
$fullPath = Join-Path -Path $downloadPath -ChildPath $filename
|
||||
|
Loading…
x
Reference in New Issue
Block a user