docker/vsftpd/entrypoint.sh
2024-02-27 21:27:23 +01:00

5 lines
73 B
Bash
Executable File

#!/bin/bash
sed -i "s \$BASE_URL $BASE_URL " /etc/vsftpd.conf
exec "$@"