Skip to content

Commit

Permalink
Merge pull request #37 from kloptops/main
Browse files Browse the repository at this point in the history
Enables pugwash without an internet connection.
  • Loading branch information
kloptops authored Nov 28, 2023
2 parents ac92dfa + 76abc5f commit 13d5494
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PortMaster/pugwash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

## -- BEGIN PORTMASTER INFO --
PORTMASTER_VERSION = '8.5.9'
PORTMASTER_VERSION = '8.5.10'
PORTMASTER_RELEASE_CHANNEL = 'beta'
## -- END PORTMASTER INFO --

Expand Down Expand Up @@ -1763,10 +1763,10 @@ def main(argv):
global LOG_FILE_HANDLE
global LOG_FILE

if not get_ip_address():
print(_("No network connection available."))
time.sleep(5)
return 255
# if not get_ip_address():
# print(_("No network connection available."))
# time.sleep(5)
# return 255

with make_temp_directory() as temp_dir:
argv = argv[:]
Expand Down

0 comments on commit 13d5494

Please sign in to comment.