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