Skip to content

Commit 06b09a8

Browse files
committed
use exec in fish script so the process image is replaced and correctly responds to signals
1 parent 6cb5881 commit 06b09a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/launch.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ end
116116

117117
set erl_opts (string join ' ' -- $erl_opts)
118118

119-
eval elixir $elixir_opts --erl \"$erl_opts \" \"$scriptpath/launch.exs\"
119+
exec elixir $elixir_opts --erl "$erl_opts" "$scriptpath/launch.exs"

0 commit comments

Comments
 (0)