diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/helpers/vyos-config-encrypt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/vyos-config-encrypt.py b/src/helpers/vyos-config-encrypt.py index 71ec7bb73..cbe9b7543 100755 --- a/src/helpers/vyos-config-encrypt.py +++ b/src/helpers/vyos-config-encrypt.py @@ -135,7 +135,7 @@ def encrypt_config(key, recovery_key=None, is_tpm=True): # Move mount_path to encrypted volume shutil.copytree(mount_path, d, copy_function=shutil.move, dirs_exist_ok=True) - + cmd(f'chgrp -R vyattacfg {d}') cmd(f'umount {d}') os.unlink(key_file) |
