5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
id authelia &> /dev/null || useradd authelia -r -s /bin/false
|
||
|
|