updated player deployment for digiserver
This commit is contained in:
@@ -6,6 +6,13 @@ echo "Starting DigiServer v2..."
|
||||
# Create necessary directories
|
||||
mkdir -p /app/instance
|
||||
mkdir -p /app/app/static/uploads
|
||||
mkdir -p /app/data/player
|
||||
|
||||
# Setup/update player code for SSH deployment
|
||||
echo ""
|
||||
echo "Setting up player code for SSH deployment..."
|
||||
bash /app/setup-player-code.sh
|
||||
echo ""
|
||||
|
||||
# Initialize database if it doesn't exist
|
||||
if [ ! -f /app/instance/dashboard.db ]; then
|
||||
|
||||
Reference in New Issue
Block a user