From 5eccd08666ae31fce98153db145e8304b6fa7d2a Mon Sep 17 00:00:00 2001 From: Santiago Baldassin <140439001+balda-rdx@users.noreply.github.com> Date: Tue, 17 Oct 2023 08:02:36 -0300 Subject: [PATCH] avoid override when settings are present (#95) --- node-runner-cli/commands/systemdcommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-runner-cli/commands/systemdcommand.py b/node-runner-cli/commands/systemdcommand.py index 550b3953..2e8764e4 100644 --- a/node-runner-cli/commands/systemdcommand.py +++ b/node-runner-cli/commands/systemdcommand.py @@ -140,7 +140,7 @@ def install(args): settings: SystemDConfig = SystemDSetup.load_settings(args.configfile) settings_updated_versions = SystemDSetup.update_versions(settings, args.auto) if args.update else settings - SystemDSetup.install_systemd_service(settings, args) + SystemDSetup.install_systemd_service(settings_updated_versions, args) @systemdcommand([