Skip to content

Commit

Permalink
fix(live log): error at the end of playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Sep 24, 2023
1 parent 971ef4b commit 3a522b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbook/Configuration/atlas/start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ privilege: TrustedInstaller
actions:
# AME Wizard Live Log for development Playbooks
# Do not change the line position of this, otherwise things will break
# - !run: {exe: 'cmd.exe', args: '/c start "AME Wizard Live Log" PowerShell -NoP -C "gc -Wait Logs\TIOutput.txt | Write-Output; pause"', baseDir: true, wait: false}
# - !run: {exe: 'cmd.exe', args: '/c start "AME Wizard Live Log" PowerShell -NoP -C "gc -Wait Logs\TIOutput.txt -EA SilentlyContinue | Write-Output; pause"', baseDir: true, wait: false}

# Prevent annoying notifications during deployment
- !registryValue: {path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.SecurityAndMaintenance', value: 'Enabled', type: REG_DWORD, data: '0'}
Expand Down

0 comments on commit 3a522b9

Please sign in to comment.