Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 9e7b222

Browse files
committed
Fixed raw path to my.cnf
1 parent 98d308c commit 9e7b222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cms_mysql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
202202
rpm -ivh mysql-community-release-el7-5.noarch.rpm
203203
yum install mysql-server -y
204204
log "->Tuning"
205-
wget https://github.com/oracle-quickstart/oci-cloudera/blob/master/scripts/my.cnf
205+
wget https://raw.githubusercontent.com/oracle-quickstart/oci-cloudera/master/scripts/my.cnf
206206
mv my.cnf /etc/my.cnf
207207
log "->Start"
208208
systemctl enable mysqld

0 commit comments

Comments
 (0)