Skip to content

Commit

Permalink
Fix venus
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Jan 6, 2025
1 parent b3cba93 commit 625ee02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions world/venus/.init
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ planet = random.choice(planets_path.read_text().strip().splitlines())

template = string.Template(launch_template_path.read_text())
launch_path.write_text(template.safe_substitute(planet=planet))
launch_path.chmod(0o4755)

launch_template_path.unlink()
planets_path.unlink()
Expand Down
2 changes: 1 addition & 1 deletion world/venus/_0/takeoff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/opt/pwn.college/python
#!/usr/local/bin/python

import sys

Expand Down
2 changes: 1 addition & 1 deletion world/venus/_1/takeoff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/opt/pwn.college/python
#!/usr/local/bin/python

import sys

Expand Down

0 comments on commit 625ee02

Please sign in to comment.