From: Matt Mullins Date: Mon, 2 Dec 2019 07:00:55 +0000 (-0800) Subject: Enable extended_start_script X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;p=erlbot.git Enable extended_start_script I don't even know why this is optional. `./_build/.../bot start` is too darn convenient to say 'no' to. --- diff --git a/rebar.config b/rebar.config index 9ad936a..26935ef 100644 --- a/rebar.config +++ b/rebar.config @@ -6,6 +6,7 @@ {relx, [{release, {bot, "15"}, [irc, amqp, core, amqp_client, sasl]} + ,{extended_start_script, true} ] }. {profiles, [{prod, [{relx, [{dev_mode, false}