5 lines
87 B
Bash
Executable file
5 lines
87 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
on_chroot << EOF
|
|
SUDO_USER="${FIRST_USER_NAME}" rename-user -f -s
|
|
EOF
|