fix(install_upgrade): remove `cuttlefish` reference
This file is not present in the current release anymore.
This commit is contained in:
parent
dd36bef3bb
commit
5c615e583f
|
@ -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]))
|
||||
|
|
Loading…
Reference in New Issue