forked from sig_core/toolkit
5 lines
135 B
Bash
Executable File
5 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
r_log "vsftpd" "Cleanup configs"
|
|
cp -fp /etc/vsftpd/vsftpd.conf.backup /etc/vsftpd/vsftpd.conf
|
|
m_serviceCycler vsftpd stop
|