Skip to content

Commit e22e898

Browse files
Update src/dstack/_internal/core/backends/verda/compute.py
Co-authored-by: jvstme <36324149+jvstme@users.noreply.github.com>
1 parent d899c96 commit e22e898

File tree

1 file changed

+1
-1
lines changed
  • src/dstack/_internal/core/backends/verda

1 file changed

+1
-1
lines changed

src/dstack/_internal/core/backends/verda/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def create_instance(
115115

116116
commands = get_shim_commands()
117117
startup_script = " ".join([" && ".join(commands)])
118-
script_name = f"dstack-{instance_name}.sh"
118+
script_name = f"{instance_name}.sh"
119119
startup_script_id = _create_startup_script(
120120
client=self.client,
121121
name=script_name,

0 commit comments

Comments
 (0)