4 lines
125 B
Bash
Executable file
4 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
APPclaperumap
|
|
id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /opt/$APP/
|
|
chown -R $APP:$APP /opt/$APP/
|