forked from sig_core/toolkit
4 lines
118 B
Bash
Executable file
4 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
r_log "dovecot" "Installing dovecot"
|
|
p_installPackageNormal dovecot nc grep
|
|
m_serviceCycler dovecot start
|