5 lines
94 B
Bash
5 lines
94 B
Bash
#/bin/sh
|
|
|
|
cp example.env .env
|
|
echo "Open the .env file and update the environment variables."
|