chore: Add reminder to backup .env file during installation script
This commit is contained in:
parent
bc13ad6b82
commit
72f0118506
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue