We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b145691 commit bc13ad6Copy full SHA for bc13ad6
scripts/install.sh
@@ -406,5 +406,5 @@ sleep 20
406
echo "Please visit http://$(curl -4s https://ifconfig.io):8000 to get started."
407
echo -e "\nCongratulations! Your Coolify instance is ready to use.\n"
408
409
-echo -e "Make sure you backup your .env file before running this script again.\n"
410
-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"
0 commit comments