Files
docker-deployment/build/scripts/ftp.sh
2016-04-20 22:48:31 +01:00

12 lines
158 B
Bash

#!/bin/bash
set -e
source /build/config
set -x
## Environment
export_env FTP_DATA /host/var/lib/ftp
## Pure-FTPd
apt update
apt_install_permanent pure-ftpd