This commit is contained in:
holzi1005 2024-12-08 19:31:30 +01:00
parent cc1a5a2840
commit f0cd1ef7c0

View file

@ -86,6 +86,9 @@ echo --------- 3. Setup .ENV.LOCAL ------------------------------
echo ------------------------------------------------------------
echo ""
touch .env
touch .env.custom
if [ -f .env.local ]; then
rm .env.local
fi