Skip to content

Commit 625ee02

Browse files
committed
Fix venus
1 parent b3cba93 commit 625ee02

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

world/venus/.init

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ planet = random.choice(planets_path.read_text().strip().splitlines())
1616

1717
template = string.Template(launch_template_path.read_text())
1818
launch_path.write_text(template.safe_substitute(planet=planet))
19+
launch_path.chmod(0o4755)
1920

2021
launch_template_path.unlink()
2122
planets_path.unlink()

world/venus/_0/takeoff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/opt/pwn.college/python
1+
#!/usr/local/bin/python
22

33
import sys
44

world/venus/_1/takeoff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/opt/pwn.college/python
1+
#!/usr/local/bin/python
22

33
import sys
44

0 commit comments

Comments
 (0)