bfile/filed/create-files.sh

5 lines
115 B
Bash
Executable File

#!/bin/sh
# This script will create the .env and config files
cp .env.example .env
cp config/filed.toml{,.example}