5 lines
106 B
Bash
Executable file
5 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
|
|
id flame &> /dev/null || useradd flame -r -s /bin/false
|
|
|
|
chown -R flame:flame /var/lib/flame
|