Skip to content

Commit

Permalink
Merge branch 'master' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 12, 2019
2 parents f6cb17d + 854af68 commit 5f71170
Show file tree
Hide file tree
Showing 34 changed files with 68 additions and 68 deletions.
4 changes: 2 additions & 2 deletions agent/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions agent/centos/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions agent/ubuntu/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions java-gateway/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions java-gateway/centos/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions java-gateway/ubuntu/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions proxy-mysql/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions proxy-mysql/centos/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions proxy-mysql/ubuntu/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions proxy-sqlite3/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions proxy-sqlite3/centos/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions proxy-sqlite3/ubuntu/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions server-mysql/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions server-mysql/centos/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions server-mysql/ubuntu/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions server-pgsql/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions server-pgsql/centos/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions server-pgsql/ubuntu/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions web-apache-mysql/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions web-apache-mysql/centos/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions web-apache-mysql/ubuntu/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions web-apache-pgsql/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions web-apache-pgsql/centos/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions web-apache-pgsql/ubuntu/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions web-nginx-mysql/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions web-nginx-mysql/centos/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions web-nginx-mysql/ubuntu/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions web-nginx-pgsql/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions web-nginx-pgsql/centos/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions web-nginx-pgsql/ubuntu/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit 5f71170

Please sign in to comment.