Skip to content

Commit 9619e9c

Browse files
committed
Adding missinf shebang
1 parent cd6a167 commit 9619e9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ def generate_individual_installers(method, lines):
151151
installer_sh_path = path + "/installer."+method+".sh"
152152
try:
153153
with open(installer_sh_path, "w") as installer_sh:
154+
installer_sh.write("""#!/bin/sh
155+
""")
154156
write_sudo_fix_commands(installer_sh)
155157
write_logger_commands(installer_sh)
156158
write_installer_commands(installer_sh, lines)

0 commit comments

Comments
 (0)