diff --git a/bin/console.sh b/bin/console.sh index 93d0280..bb964c4 100755 --- a/bin/console.sh +++ b/bin/console.sh @@ -1,3 +1,3 @@ #!/bin/bash -erl -remsh ybot@$(hostname) -sname ybot_$RANDOM@$(hostname) \ No newline at end of file +erl -remsh ybot@$(hostname) -name ybot_$RANDOM@$(hostname) diff --git a/bin/start.sh b/bin/start.sh index 5b96d92..ec47bea 100755 --- a/bin/start.sh +++ b/bin/start.sh @@ -15,7 +15,7 @@ fi erl -pa deps/*/ebin plugins/*/ebin ebin \ -boot start_sasl +P 2000000 \ - -sname ybot@$(hostname) \ + -name ybot@$(hostname) \ -s ybot \ -config ybot \ -noshell \