Skip to content

Commit

Permalink
Merge pull request #3743 from BonusPlay/current
Browse files Browse the repository at this point in the history
T6534: fix incorrect imports in vyos-config-encrypt.py
  • Loading branch information
c-po authored Jun 30, 2024
2 parents 7eddd35 + 96c993e commit e270712
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/helpers/vyos-config-encrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@
from vyos.tpm import clear_tpm_key
from vyos.tpm import read_tpm_key
from vyos.tpm import write_tpm_key
from vyos.util import ask_input
from vyos.util import ask_yes_no
from vyos.util import cmd
from vyos.utils.io import ask_input, ask_yes_no
from vyos.utils.process import cmd

persistpath_cmd = '/opt/vyatta/sbin/vyos-persistpath'
mount_paths = ['/config', '/opt/vyatta/etc/config']
Expand Down

0 comments on commit e270712

Please sign in to comment.