From 72f01185067201f34345ec1d21609562a0ff4e10 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 11 Sep 2024 14:26:10 +0200 Subject: [PATCH] chore: Add reminder to backup .env file during installation script --- scripts/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install.sh b/scripts/install.sh index d9e570c58..648f78da0 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -406,5 +406,6 @@ 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 /data/coolify/source/.env file to a safe location, outside of this server.\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"