diff --git a/powershell/BankIDTokenFileWatcher.ps1 b/powershell/BankIDTokenFileWatcher.ps1 index d84a664..2eea80c 100644 --- a/powershell/BankIDTokenFileWatcher.ps1 +++ b/powershell/BankIDTokenFileWatcher.ps1 @@ -10,7 +10,7 @@ $Token = $null $LastToken = $null -$TokenFile = "C:\bid_autostarttoken" +$TokenFile = "C:\.bidtoken" Write-Host "Starting file watcher for '$TokenFile'"