fix startup script
Reported by: Peter Strömberg" <peter.stromberg@commentor.se>
This commit is contained in:
parent
81bcc26dc5
commit
cd0eb6cb1b
@ -7,5 +7,5 @@ if [ -x /sbin/ldconfig ]; then
|
||||
fi
|
||||
|
||||
if [ -x ${PREFIX}/bin/safe_mysqld ]; then
|
||||
${PREFIX}/bin/safe_mysqld --user="mysql" > /dev/null & && echo -n ' mysql'
|
||||
${PREFIX}/bin/safe_mysqld --user="mysql" > /dev/null & echo -n ' mysql'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user