smartnode-install icon indicating copy to clipboard operation
smartnode-install copied to clipboard

The `service install` command doesn't take into account the `--config-path` option

Open zah opened this issue 4 years ago • 0 comments

To reproduce, run the following command on a fresh installation:

mkdir /tmp/rocketpool
rocketpool --config-path /tmp/rocketpool service install

The result I expected is that the "Rocket Pool package files" (i.e. chains, config.yml, data, docker-compose.yml, settings.yml) will be placed in the designated config directory. Instead, they were placed in ~/.rocketpool.

zah avatar Apr 02 '21 19:04 zah