improve actor run script

This commit is contained in:
timurgordon
2025-02-03 14:59:19 +01:00
parent 1db2c3ee54
commit af2f33d4f6
2 changed files with 16 additions and 3 deletions

View File

@@ -20,4 +20,6 @@ actor_module := generator.generate_actor_module(
actor_module.write(example_dir,
format: true
overwrite: true
)!
)!
os.execvp('bash', ['${example_dir}/meeting_scheduler_actor/scripts/run.sh'])!