Skip to content

Commit

Permalink
Update INSTALL.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpejcic authored May 9, 2024
1 parent ecf8e09 commit e77e9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ run_mysql_docker_container() {
sed -i "s/\"mysql_password\": \".*\"/\"mysql_password\": \"${MYSQL_ROOT_PASSWORD}\"/g" /usr/local/admin/config.json
sed -i "s/\"mysql_user\": \".*\"/\"mysql_user\": \"panel\"/g" /usr/local/admin/config.json
sed -i "s/password = \".*\"/password = \"${MYSQL_ROOT_PASSWORD}\"/g" /usr/local/admin/db.cnf
sed -i "s/user = \".*\"/user = \"root\"/g" /usr/local/admin/db.cnf
sed -i "s/user = \".*\"/user = \"panel\"/g" /usr/local/admin/db.cnf

else
radovan 1 "Installation failed! Unable to start docker container for MySQL."
Expand Down

0 comments on commit e77e9cc

Please sign in to comment.