mirror of
https://github.com/bashclub/zamba-lxc-toolbox
synced 2025-08-16 02:32:26 +00:00
fix
This commit is contained in:
parent
20bdad8596
commit
91eee428e5
@ -38,7 +38,6 @@ GRAFANA_ADMIN_PASS=$(_generate_local_password 16)
|
|||||||
INFLUX_ADMIN_TOKEN=$(_generate_local_password 40)
|
INFLUX_ADMIN_TOKEN=$(_generate_local_password 40)
|
||||||
|
|
||||||
systemctl start mariadb
|
systemctl start mariadb
|
||||||
while ! mysqladmin ping -h localhost --silent; do sleep 1; done
|
|
||||||
|
|
||||||
mysql -e "CREATE DATABASE IF NOT EXISTS icingaweb2 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;"
|
mysql -e "CREATE DATABASE IF NOT EXISTS icingaweb2 CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;"
|
||||||
mysql -e "CREATE DATABASE IF NOT EXISTS director CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;"
|
mysql -e "CREATE DATABASE IF NOT EXISTS director CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user