Corrected the PID_FILE_PATT manipulation

This commit is contained in:
Balasubramanian Kandasamy 2013-08-30 06:33:02 +02:00
parent 587ae13b24
commit 5b32f1b6fd

View file

@ -30,7 +30,7 @@
%global mysqld_group mysql
%global mysqldatadir /var/lib/mysql
%global release 2
%global release 1
#
@ -636,7 +636,7 @@ then
fi
if [ -z "$PID_FILE_PATT" ]
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
# Check if we can safely upgrade. An upgrade is only safe if it's from one