copy instead of link

This commit is contained in:
b1ek 2023-05-17 13:45:24 +10:00
parent ae9f466482
commit b3175682cf
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ echo Using these keys:
echo -e " \033[32mDjango key: \033[0m$KEY"
echo -e " \033[32mDatabase key: \033[0m$DB_PASS"
ln -s .env pairent_backend/.env
cp .env pairent_backend/.env
# ----- End bootstrap back -----