You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

run 124B

123456789
  1. #!/bin/sh
  2. s6-svwait -ua /etc/s6/mariadb
  3. sleep 2
  4. echo "triggering MariaDB upgrade..."
  5. mysql_upgrade
  6. exec tail -f /dev/null