6
0
Fork 0
This repository has been archived on 2022-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
cdist-recycledcloud/type/__recycledcloud_mysql/gencode-remote

10 lines
114 B
Bash
Executable File

#!/bin/sh
cat << EOF
if [ ! -d /var/lib/mysql/mysql ]; then
service mariadb setup
fi
service mariadb start
EOF