huhu/sbin/create-mysql.sh
Thomas Hochstein d1286528e2 Add executable bits.
Signed-off-by: Thomas Hochstein <thh@thh.name>
2022-01-29 10:24:17 +01:00

12 lines
208 B
Bash
Executable file

#!/bin/sh
#
# $Id: create-mysql.sh 179 2009-11-07 15:19:03Z root $
#
export "LANG=C"
export "LC_ALL=C"
set -o nounset
set -o errexit
. "${HUHU_DIR}/sbin/create-functions.sh"
set_mysql_vars "$1"
create_mysql