diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2024-10-24 12:44:45 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2024-10-24 14:33:02 +1100 |
| commit | 2be05de06ed8e634c839ad58ffb895d5bed98c0a (patch) | |
| tree | 78425a7df91b3cb98b64cf14adca1e782d17f79f /modules/users/default.nix | |
| parent | 467a0d3d0c27ed7e688c040281aced98d37120d2 (diff) | |
users: add missing newlines for FDA prompt
Diffstat (limited to 'modules/users/default.nix')
| -rw-r--r-- | modules/users/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/users/default.nix b/modules/users/default.nix index e8a030b..1d7127a 100644 --- a/modules/users/default.nix +++ b/modules/users/default.nix @@ -166,8 +166,8 @@ in if [[ "$fullDiskAccess" != true ]]; then printf >&2 '\e[1;31merror: users cannot be deleted without Full Disk Access, aborting activation\e[0m\n' - printf >&2 'The user %s could not be deleted as `darwin-rebuild` was not executed with Full Disk Access.' "$1" - + printf >&2 'The user %s could not be deleted as `darwin-rebuild` was not executed with Full Disk Access.\n' "$1" + printf >&2 '\n' printf >&2 'Opening "Privacy & Security" > "Full Disk Access" in System Settings\n' printf >&2 '\n' # This command will fail if run as root and System Settings is already running |
