Skip to content

Commit bc13ad6

Browse files
committed
chore: Copy .env file to backup location during installation script
1 parent b145691 commit bc13ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,5 +406,5 @@ sleep 20
406406
echo "Please visit http://$(curl -4s https://ifconfig.io):8000 to get started."
407407
echo -e "\nCongratulations! Your Coolify instance is ready to use.\n"
408408

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"
409+
cp /data/coolify/source/.env /data/coolify/source/.env.backup
410+
echo -e "Your .env file has been copied to /data/coolify/source/.env.backup\n"

0 commit comments

Comments
 (0)