diff --git a/run.sh b/run.sh index 3fb9048..924188f 100644 --- a/run.sh +++ b/run.sh @@ -5,8 +5,8 @@ echo "🚀 Starting OneDev Deployment..." # 1. Handle Environment Variables if [ ! -f .env ]; then - echo "📄 .env file not found. Creating one from .env.example..." - cp .env.example .env + echo "📄 .env file not found. Creating one from .env.sample..." + cp .env.sample .env echo "⚠️ Please edit the .env file with your DOMAIN (and EMAIL for SSL), then run this script again." exit 1 fi