4 lines
76 B
Bash
Executable file
4 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
|
|
id authelia &> /dev/null || useradd authelia -r -s /bin/false
|
|
|