Skip to content

Commit

Permalink
Fix typo in filename for chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Vyzas authored Sep 21, 2018
1 parent 9d64771 commit 216b872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/proxysql/debian-8.2-build/proxysql.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ File: postinst
#!/bin/sh -e
if [ ! -d /var/lib/proxysql ]; then mkdir /var/lib/proxysql ; fi
update-rc.d proxysql defaults
chmod 600 /etc/proxysql/cnf
chmod 600 /etc/proxysql.cnf

0 comments on commit 216b872

Please sign in to comment.