#!/bin/bash set -e # database configuration if ! mysql -upsem -ppsem psem -e";" then echo "Installation of psem user ..." # unix_socket authentification for MariaDB 10 mysql <