forked from Wavyzz/dolibarr
Merge remote-tracking branch 'origin/3.4' into develop
This commit is contained in:
@@ -464,7 +464,11 @@ echo Restart mysql server
|
|||||||
/sbin/service mysqld restart
|
/sbin/service mysqld restart
|
||||||
%else
|
%else
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
|
if [ -f /etc/init.d/mysqld ]; then
|
||||||
|
/etc/init.d/mysqld restart
|
||||||
|
else
|
||||||
/sbin/service mysql restart
|
/sbin/service mysql restart
|
||||||
|
fi
|
||||||
%else
|
%else
|
||||||
if [ -f /etc/init.d/mysqld ]; then
|
if [ -f /etc/init.d/mysqld ]; then
|
||||||
/etc/init.d/mysqld restart
|
/etc/init.d/mysqld restart
|
||||||
|
|||||||
@@ -288,7 +288,11 @@ fi
|
|||||||
|
|
||||||
# Restart mysql
|
# Restart mysql
|
||||||
echo Restart mysql
|
echo Restart mysql
|
||||||
/sbin/service mysql restart
|
if [ -f /etc/init.d/mysqld ]; then
|
||||||
|
/etc/init.d/mysqld restart
|
||||||
|
else
|
||||||
|
/sbin/service mysql restart
|
||||||
|
fi
|
||||||
|
|
||||||
# Show result
|
# Show result
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user