5 lines
122 B
Bash
Executable file
5 lines
122 B
Bash
Executable file
#!/bin/bash
|
|
|
|
id claper &> /dev/null || useradd claper -r -s /bin/false -d /opt/claper
|
|
|
|
chown -R claper:claper /opt/claper
|