mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-21 14:41:47 +00:00
Make license acceptance permanent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user