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