Skip to content

Commit

Permalink
exec iex to fix remote command
Browse files Browse the repository at this point in the history
  • Loading branch information
randysecrist committed Dec 5, 2023
1 parent 8ba8cb4 commit a4cf3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/libexec/commands/remote_console.sh
Expand Up @@ -23,7 +23,7 @@ if [ ! -z "$USE_ERL_SHELL" ]; then
-remsh "$NAME" \
-setcookie "$COOKIE"
else
iex --erl "-hidden -kernel net_ticktime $TICKTIME" \
exec iex --erl "-hidden -kernel net_ticktime $TICKTIME" \
--logger-sasl-reports false \
-"$NAME_TYPE" "$id" \
--cookie "$COOKIE" \
Expand Down

0 comments on commit a4cf3e2

Please sign in to comment.