Ver código fonte

fix(install_upgrade): remove `cuttlefish` reference

This file is not present in the current release anymore.
Thales Macedo Garitezi 4 anos atrás
pai
commit
5c615e583f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      bin/install_upgrade.escript

+ 1 - 1
bin/install_upgrade.escript

@@ -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]))