From 854af68e9e05f497d89a21dad9c87728dc30331a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 12 Jan 2019 23:34:02 +0200 Subject: [PATCH] Fix typos in docker-entrypoint.sh --- agent/alpine/docker-entrypoint.sh | 4 ++-- agent/centos/docker-entrypoint.sh | 4 ++-- agent/ubuntu/docker-entrypoint.sh | 4 ++-- java-gateway/alpine/docker-entrypoint.sh | 4 ++-- java-gateway/centos/docker-entrypoint.sh | 4 ++-- java-gateway/ubuntu/docker-entrypoint.sh | 4 ++-- proxy-mysql/alpine/docker-entrypoint.sh | 4 ++-- proxy-mysql/centos/docker-entrypoint.sh | 4 ++-- proxy-mysql/ubuntu/docker-entrypoint.sh | 4 ++-- proxy-sqlite3/alpine/docker-entrypoint.sh | 4 ++-- proxy-sqlite3/centos/docker-entrypoint.sh | 4 ++-- proxy-sqlite3/ubuntu/docker-entrypoint.sh | 4 ++-- server-mysql/alpine/docker-entrypoint.sh | 4 ++-- server-mysql/centos/docker-entrypoint.sh | 4 ++-- server-mysql/ubuntu/docker-entrypoint.sh | 4 ++-- server-pgsql/alpine/docker-entrypoint.sh | 4 ++-- server-pgsql/centos/docker-entrypoint.sh | 4 ++-- server-pgsql/ubuntu/docker-entrypoint.sh | 4 ++-- web-apache-mysql/alpine/docker-entrypoint.sh | 4 ++-- web-apache-mysql/centos/docker-entrypoint.sh | 4 ++-- web-apache-mysql/ubuntu/docker-entrypoint.sh | 4 ++-- web-apache-pgsql/alpine/docker-entrypoint.sh | 4 ++-- web-apache-pgsql/centos/docker-entrypoint.sh | 4 ++-- web-apache-pgsql/ubuntu/docker-entrypoint.sh | 4 ++-- web-nginx-mysql/alpine/docker-entrypoint.sh | 4 ++-- web-nginx-mysql/centos/docker-entrypoint.sh | 4 ++-- web-nginx-mysql/ubuntu/docker-entrypoint.sh | 4 ++-- web-nginx-pgsql/alpine/docker-entrypoint.sh | 4 ++-- web-nginx-pgsql/centos/docker-entrypoint.sh | 4 ++-- web-nginx-pgsql/ubuntu/docker-entrypoint.sh | 4 ++-- zabbix-appliance/alpine/docker-entrypoint.sh | 4 ++-- zabbix-appliance/centos/docker-entrypoint.sh | 4 ++-- zabbix-appliance/rhel/docker-entrypoint.sh | 4 ++-- zabbix-appliance/ubuntu/docker-entrypoint.sh | 4 ++-- 34 files changed, 68 insertions(+), 68 deletions(-) diff --git a/agent/alpine/docker-entrypoint.sh b/agent/alpine/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/agent/alpine/docker-entrypoint.sh +++ b/agent/alpine/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/agent/centos/docker-entrypoint.sh b/agent/centos/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/agent/centos/docker-entrypoint.sh +++ b/agent/centos/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/agent/ubuntu/docker-entrypoint.sh b/agent/ubuntu/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/agent/ubuntu/docker-entrypoint.sh +++ b/agent/ubuntu/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/java-gateway/alpine/docker-entrypoint.sh b/java-gateway/alpine/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/java-gateway/alpine/docker-entrypoint.sh +++ b/java-gateway/alpine/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/java-gateway/centos/docker-entrypoint.sh b/java-gateway/centos/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/java-gateway/centos/docker-entrypoint.sh +++ b/java-gateway/centos/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/java-gateway/ubuntu/docker-entrypoint.sh b/java-gateway/ubuntu/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/java-gateway/ubuntu/docker-entrypoint.sh +++ b/java-gateway/ubuntu/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/proxy-mysql/alpine/docker-entrypoint.sh b/proxy-mysql/alpine/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/proxy-mysql/alpine/docker-entrypoint.sh +++ b/proxy-mysql/alpine/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/proxy-mysql/centos/docker-entrypoint.sh b/proxy-mysql/centos/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/proxy-mysql/centos/docker-entrypoint.sh +++ b/proxy-mysql/centos/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/proxy-mysql/ubuntu/docker-entrypoint.sh b/proxy-mysql/ubuntu/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/proxy-mysql/ubuntu/docker-entrypoint.sh +++ b/proxy-mysql/ubuntu/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/proxy-sqlite3/alpine/docker-entrypoint.sh b/proxy-sqlite3/alpine/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/proxy-sqlite3/alpine/docker-entrypoint.sh +++ b/proxy-sqlite3/alpine/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/proxy-sqlite3/centos/docker-entrypoint.sh b/proxy-sqlite3/centos/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/proxy-sqlite3/centos/docker-entrypoint.sh +++ b/proxy-sqlite3/centos/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/proxy-sqlite3/ubuntu/docker-entrypoint.sh b/proxy-sqlite3/ubuntu/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/proxy-sqlite3/ubuntu/docker-entrypoint.sh +++ b/proxy-sqlite3/ubuntu/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/server-mysql/alpine/docker-entrypoint.sh b/server-mysql/alpine/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/server-mysql/alpine/docker-entrypoint.sh +++ b/server-mysql/alpine/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/server-mysql/centos/docker-entrypoint.sh b/server-mysql/centos/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/server-mysql/centos/docker-entrypoint.sh +++ b/server-mysql/centos/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/server-mysql/ubuntu/docker-entrypoint.sh b/server-mysql/ubuntu/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/server-mysql/ubuntu/docker-entrypoint.sh +++ b/server-mysql/ubuntu/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/server-pgsql/alpine/docker-entrypoint.sh b/server-pgsql/alpine/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/server-pgsql/alpine/docker-entrypoint.sh +++ b/server-pgsql/alpine/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/server-pgsql/centos/docker-entrypoint.sh b/server-pgsql/centos/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/server-pgsql/centos/docker-entrypoint.sh +++ b/server-pgsql/centos/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/server-pgsql/ubuntu/docker-entrypoint.sh b/server-pgsql/ubuntu/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/server-pgsql/ubuntu/docker-entrypoint.sh +++ b/server-pgsql/ubuntu/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/web-apache-mysql/alpine/docker-entrypoint.sh b/web-apache-mysql/alpine/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/web-apache-mysql/alpine/docker-entrypoint.sh +++ b/web-apache-mysql/alpine/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/web-apache-mysql/centos/docker-entrypoint.sh b/web-apache-mysql/centos/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/web-apache-mysql/centos/docker-entrypoint.sh +++ b/web-apache-mysql/centos/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/web-apache-mysql/ubuntu/docker-entrypoint.sh b/web-apache-mysql/ubuntu/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/web-apache-mysql/ubuntu/docker-entrypoint.sh +++ b/web-apache-mysql/ubuntu/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/web-apache-pgsql/alpine/docker-entrypoint.sh b/web-apache-pgsql/alpine/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/web-apache-pgsql/alpine/docker-entrypoint.sh +++ b/web-apache-pgsql/alpine/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/web-apache-pgsql/centos/docker-entrypoint.sh b/web-apache-pgsql/centos/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/web-apache-pgsql/centos/docker-entrypoint.sh +++ b/web-apache-pgsql/centos/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/web-apache-pgsql/ubuntu/docker-entrypoint.sh b/web-apache-pgsql/ubuntu/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/web-apache-pgsql/ubuntu/docker-entrypoint.sh +++ b/web-apache-pgsql/ubuntu/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/web-nginx-mysql/alpine/docker-entrypoint.sh b/web-nginx-mysql/alpine/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/web-nginx-mysql/alpine/docker-entrypoint.sh +++ b/web-nginx-mysql/alpine/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/web-nginx-mysql/centos/docker-entrypoint.sh b/web-nginx-mysql/centos/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/web-nginx-mysql/centos/docker-entrypoint.sh +++ b/web-nginx-mysql/centos/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/web-nginx-mysql/ubuntu/docker-entrypoint.sh b/web-nginx-mysql/ubuntu/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/web-nginx-mysql/ubuntu/docker-entrypoint.sh +++ b/web-nginx-mysql/ubuntu/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/web-nginx-pgsql/alpine/docker-entrypoint.sh b/web-nginx-pgsql/alpine/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/web-nginx-pgsql/alpine/docker-entrypoint.sh +++ b/web-nginx-pgsql/alpine/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/web-nginx-pgsql/centos/docker-entrypoint.sh b/web-nginx-pgsql/centos/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/web-nginx-pgsql/centos/docker-entrypoint.sh +++ b/web-nginx-pgsql/centos/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/web-nginx-pgsql/ubuntu/docker-entrypoint.sh b/web-nginx-pgsql/ubuntu/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/web-nginx-pgsql/ubuntu/docker-entrypoint.sh +++ b/web-nginx-pgsql/ubuntu/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/zabbix-appliance/alpine/docker-entrypoint.sh b/zabbix-appliance/alpine/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/zabbix-appliance/alpine/docker-entrypoint.sh +++ b/zabbix-appliance/alpine/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/zabbix-appliance/centos/docker-entrypoint.sh b/zabbix-appliance/centos/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/zabbix-appliance/centos/docker-entrypoint.sh +++ b/zabbix-appliance/centos/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/zabbix-appliance/rhel/docker-entrypoint.sh b/zabbix-appliance/rhel/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/zabbix-appliance/rhel/docker-entrypoint.sh +++ b/zabbix-appliance/rhel/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi diff --git a/zabbix-appliance/ubuntu/docker-entrypoint.sh b/zabbix-appliance/ubuntu/docker-entrypoint.sh index 3eaa6c258..d07af40bb 100755 --- a/zabbix-appliance/ubuntu/docker-entrypoint.sh +++ b/zabbix-appliance/ubuntu/docker-entrypoint.sh @@ -74,10 +74,10 @@ configure_db_mysql() { chown -R mysql:mysql "$MYSQL_DATA_DIR" - echo "** Instaling initial MySQL database schemas" + echo "** Installing initial MySQL database schemas" mysql_install_db --user=mysql 2>&1 1>/dev/null else - echo "**** MySQL data directory is not empty. Using already existsing installation." + echo "**** MySQL data directory is not empty. Using already existing installation." chown -R mysql:mysql "$MYSQL_DATA_DIR" fi