mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Fix for PerconaDB
This commit is contained in:
parent
e7935d387f
commit
ba3cc72281
1 changed files with 1 additions and 6 deletions
|
@ -160,12 +160,7 @@ if [ ! -z "$service" ] && [ "$service" != 'remote' ]; then
|
|||
for db in ${DB_SYSTEM//,/ }; do
|
||||
service="$db"
|
||||
if [ "$service" == 'mysql' ]; then
|
||||
if [ ! -e "/etc/init.d/$service" ]; then
|
||||
service='mysqld'
|
||||
fi
|
||||
if [ ! -e "/etc/redhat-release" ]; then
|
||||
db_proc_name='mysqld'
|
||||
fi
|
||||
db_proc_name='mysqld'
|
||||
fi
|
||||
if [ "$service" == 'pgsql' ]; then
|
||||
service='postgresql'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue