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