Skip to content

Commit

Permalink
don't close other restic-browser procs on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmclaren7 committed Aug 7, 2024
1 parent bdb38c8 commit bebbe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleBackup.au3
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ Func _Exit()

; Close any instance of restic-browser
If IsDeclared("ResticBrowserPid") Then ProcessClose($ResticBrowserPid)
ProcessClose("Restic-Browser.exe")
;ProcessClose("Restic-Browser.exe")

; Delete any temp folders we ever created
Local $sPath = @TempDir & "\"
Expand Down

0 comments on commit bebbe95

Please sign in to comment.