diff --git a/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb b/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb index 9a904df3e..25076e902 100644 --- a/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb +++ b/omnibus/cookbooks/firezone/files/default/ctl-commands/reconfigure.rb @@ -1,7 +1,7 @@ require 'mixlib/shellout' add_command_under_category 'reconfigure', 'general', 'Reconfigure the application.', 2 do - status = run_chef("#{base_path}/embedded/cookbooks/dna.json", '--chef-license=accept-no-persist') + status = run_chef("#{base_path}/embedded/cookbooks/dna.json", '--chef-license=accept') if status.success? log "#{display_name} Reconfigured!" exit! 0