diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-15 21:49:54 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-15 21:49:54 +0100 |
commit | 48bc5143a4007dc320105111481dccb44e275544 (patch) | |
tree | 42057ed56c0f612a1f98004eb764494858722275 /extra/mysql/post-install | |
parent | 4b0b4b999fe636aca69b354430a179ef4495dcbb (diff) | |
download | nutyx-pakxe-48bc5143a4007dc320105111481dccb44e275544.tar.gz nutyx-pakxe-48bc5143a4007dc320105111481dccb44e275544.tar.bz2 nutyx-pakxe-48bc5143a4007dc320105111481dccb44e275544.tar.xz nutyx-pakxe-48bc5143a4007dc320105111481dccb44e275544.zip |
mysql, maj post-install
Diffstat (limited to 'extra/mysql/post-install')
-rwxr-xr-x | extra/mysql/post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mysql/post-install b/extra/mysql/post-install index 984d07202..056fe5500 100755 --- a/extra/mysql/post-install +++ b/extra/mysql/post-install @@ -2,5 +2,5 @@ mysql_install_db --user=mysql -chgrp -v mysql /srv/mysql{,/test,/mysql} +chgrp mysql /srv/mysql{,/test,/mysql} install -m755 -o mysql -g mysql -d /var/run/mysql |