Skip to content

Commit

Permalink
only init if mysqldb not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Aug 9, 2014
1 parent 759df87 commit 6b66b73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion copy/var/zoneinit/includes/30-mysqlinit.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/opt/local/bin/mysql_install_db
if [ ! -d /var/mysql/mysql ]; then
/opt/local/bin/mysql_install_db
fi

0 comments on commit 6b66b73

Please sign in to comment.