4 lines
115 B
Bash
Executable file
4 lines
115 B
Bash
Executable file
#!/bin/bash
|
|
|
|
id hbbs &> /dev/null || useradd hbbs -r -s /bin/false -md /var/lib/hbbs
|
|
chown hbbs:hbbs /var/lib/hbbs
|