Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .docker/bash/uvdesk-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ declare -r COLOR_LIGHT_YELLOW='\033[0;33m'
declare -r COLOR_BLUE='\033[0;34m'
declare -r COLOR_LIGHT_BLUE='\033[1;34m'

service mysql stop;
usermod -d /var/lib/mysql/ mysql;

# Restart apache & mysql server
service apache2 restart && service mysql restart;

# @TODO: Debug. Returning access denied warning during container start up.
# if [[ ! -z "$MYSQL_USER" && ! -z "$MYSQL_PASSWORD" && ! -z "$MYSQL_DATABASE" ]]; then
# if [ "$(mysqladmin ping)" == "mysqld is alive" ]; then
Expand Down