chore: Add reminder to backup .env file before running install script again
This commit is contained in:
parent
5d476e3924
commit
b145691e1e
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue