mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Corrected the PID_FILE_PATT manipulation
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
%global mysqld_group mysql
|
%global mysqld_group mysql
|
||||||
%global mysqldatadir /var/lib/mysql
|
%global mysqldatadir /var/lib/mysql
|
||||||
|
|
||||||
%global release 2
|
%global release 1
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -636,7 +636,7 @@ then
|
|||||||
fi
|
fi
|
||||||
if [ -z "$PID_FILE_PATT" ]
|
if [ -z "$PID_FILE_PATT" ]
|
||||||
then
|
then
|
||||||
PID_FILE_PATT=`ls $mysql_datadir/*.pid 2>/dev/null | grep -v "mysqld_safe.pid"`
|
PID_FILE_PATT=`ls "$mysql_datadir/*.pid" 2> /dev/null | grep -v "mysqld_safe.pid"`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if we can safely upgrade. An upgrade is only safe if it's from one
|
# Check if we can safely upgrade. An upgrade is only safe if it's from one
|
||||||
|
Reference in New Issue
Block a user