update 14/04/2025
This commit is contained in:
parent
ffb7217f7f
commit
0026da2286
56 changed files with 135 additions and 117 deletions
|
@ -1,5 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
id claper &> /dev/null || useradd claper -r -s /bin/false -d /opt/claper
|
||||
|
||||
chown -R claper:claper /opt/claper
|
||||
APPclaperumap
|
||||
id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /opt/$APP/
|
||||
chown -R $APP:$APP /opt/$APP/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue