Skip to content

Commit

Permalink
rm -rf mysql.bak as folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoMatrixJR authored Dec 6, 2018
1 parent 69694a5 commit a4a63bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN sed -i.bak 's|/var/lib/mysql|/data/mysql|' /usr/local/nagiosxi/scripts/repai
RUN echo [client] >> /etc/my.cnf
RUN echo port=3306 >> /etc/my.cnf
RUN echo socket=/data/mysql/mysql.sock >> /etc/my.cnf
RUN rm /var/lib/mysql.bak
RUN rm -rf /var/lib/mysql.bak
#RUN service mysqld start

# set startup script
Expand Down

0 comments on commit a4a63bd

Please sign in to comment.