]> xn--ix-yja.es Git - infrastructure.git/commitdiff
Fix incorrect quoting
authoralex <alex@pdp7.net>
Sat, 11 Oct 2025 08:46:09 +0000 (10:46 +0200)
committeralex <alex@pdp7.net>
Sat, 11 Oct 2025 08:46:09 +0000 (10:46 +0200)
infrastructure/roles/users/README.md

index 71a448686d2dcbceb8ad4eb557c14bff4fb083ce..3741ff1398ac34add4c4f1d9665fba8d13609931 100644 (file)
@@ -5,7 +5,7 @@
 This role creates users in the `sudo` group.
 `sudo` requires a password.
 
-To set your password, run `su -c 'passwd $(whoami)'`.
+To set your password, run `su -c "passwd $(whoami)"`.
 
 From then on, use `sudo` for privileged actions.
 Remember to only modify the system using Ansible.