#!/bin/sh #migrate DB cd /var/www/html while ! mysqladmin ping -h"db" --silent; do sleep 1 done echo "Ready...." sudo -u www-data -s -- <