chore: Copy .env file to backup location during installation script

This commit is contained in:
Andras Bacsai
2024-09-11 14:25:40 +02:00
parent b145691e1e
commit bc13ad6b82

View File

@@ -406,5 +406,5 @@ sleep 20
echo "Please visit http://$(curl -4s https://ifconfig.io):8000 to get started."
echo -e "\nCongratulations! Your Coolify instance is ready to use.\n"
echo -e "Make sure you backup your .env file before running this script again.\n"
echo -e "You can find it in /data/coolify/source/.env\n"
cp /data/coolify/source/.env /data/coolify/source/.env.backup
echo -e "Your .env file has been copied to /data/coolify/source/.env.backup\n"