From b145691e1e7a1116a8d98a3ff84a330d8ebd2b76 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 11 Sep 2024 14:25:16 +0200 Subject: [PATCH] chore: Add reminder to backup .env file before running install script again --- scripts/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index c7cfc0309..843c260a1 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -405,3 +405,6 @@ echo "Waiting for 20 seconds for Coolify to be ready..." 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"