#!/bin/bash #nieuwe configfile over oude heen zetten #gaat automatisch: #svc -d /service/vsftpd #edwin: NIET doen, gaat automatisch: #mv /etc/vsftpd.conf /etc/vsftpd.conf-oldconfig-delete-me #mv /etc/vsftpd.conf.new /etc/vsftpd.conf #ssl/tls update in config: if ! grep ssl_enable /etc/vsftpd.conf; then cat >>/etc/vsftpd.conf <