Skip to content

Commit 72f0118

Browse files
committed
chore: Add reminder to backup .env file during installation script
1 parent bc13ad6 commit 72f0118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,5 +406,6 @@ 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 /data/coolify/source/.env file to a safe location, outside of this server.\n"
409410
cp /data/coolify/source/.env /data/coolify/source/.env.backup
410411
echo -e "Your .env file has been copied to /data/coolify/source/.env.backup\n"

0 commit comments

Comments
 (0)