Skip to content

Commit

Permalink
fix bugs when exiting
Browse files Browse the repository at this point in the history
  • Loading branch information
klementng committed Jun 19, 2024
1 parent f37356d commit 460e099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def start(self):

if status.returncode == 0:
self.log.info("Started wireguard!")
return self.is_running
return True
else:
self.log.critical(
f"Unable to start wireguard. Program return status code of: {status.returncode}"
Expand Down

0 comments on commit 460e099

Please sign in to comment.