Skip to content

Commit

Permalink
delete two duplicate commit lines
Browse files Browse the repository at this point in the history
  • Loading branch information
shonge authored Sep 4, 2019
1 parent cd550c7 commit fc415df
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ with open('/data/init.sql', 'r') as sql:
{{- end }}
if permit_host != '%%':
conn.cursor().execute("update mysql.user set Host=%s where User='root';", (permit_host,))
conn.cursor().execute("flush privileges;")
conn.commit()
conn.cursor().execute("flush privileges;")
conn.commit()

0 comments on commit fc415df

Please sign in to comment.