fix(install_upgrade): remove `cuttlefish` reference

This file is not present in the current release anymore.
This commit is contained in:
Thales Macedo Garitezi 2021-12-28 09:09:21 -03:00
parent dd36bef3bb
commit 5c615e583f
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ permafy(TargetNode, RelName, Vsn) ->
make_permanent, [Vsn], ?TIMEOUT),
?INFO("Made release permanent: ~p", [Vsn]),
%% upgrade/downgrade the scripts by replacing them
Scripts = [RelNameStr, RelNameStr++"_ctl", "cuttlefish", "nodetool",
Scripts = [RelNameStr, RelNameStr ++ "_ctl", "nodetool",
"install_upgrade.escript"],
[{ok, _} = file:copy(filename:join(["bin", File++"-"++Vsn]),
filename:join(["bin", File]))