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