Skip to content

Commit 0cd4d9e

Browse files
UADuke5HT
authored andcommitted
Fix for 'attach' script
Without slash after 'log' script fail to connect with error "No running Erlang on pipe /XXX/log: No such file or directory" . Adding slash like in 'daemon' script - solve issue.
1 parent 8a3e07c commit 0cd4d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/systools/attach

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SCRIPT="$(dirname "$0")"
22
ROOT="$(cd "$SCRIPT/.." && pwd)"
3-
"$ROOT/bin/to_erl" "$ROOT/log" "$ROOT/log"
3+
"$ROOT/bin/to_erl" "$ROOT/log/" "$ROOT/log/"

0 commit comments

Comments
 (0)