copy instead of link
This commit is contained in:
parent
ae9f466482
commit
b3175682cf
|
@ -51,7 +51,7 @@ echo Using these keys:
|
||||||
echo -e " \033[32mDjango key: \033[0m$KEY"
|
echo -e " \033[32mDjango key: \033[0m$KEY"
|
||||||
echo -e " \033[32mDatabase key: \033[0m$DB_PASS"
|
echo -e " \033[32mDatabase key: \033[0m$DB_PASS"
|
||||||
|
|
||||||
ln -s .env pairent_backend/.env
|
cp .env pairent_backend/.env
|
||||||
|
|
||||||
# ----- End bootstrap back -----
|
# ----- End bootstrap back -----
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue