5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
|
#!/usr//bin/env bash
|
||
|
|
||
|
id vnctv &> /dev/null || useradd vnctv -r -s /bin/false
|
||
|
|