mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Portability fix.
This commit is contained in:
parent
0c45c35216
commit
a7462751af
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ case "$mode" in
|
|||
then echo " done"
|
||||
fi
|
||||
# delete lock for RedHat / SuSE
|
||||
if test -e /var/lock/subsys/mysql
|
||||
if test -f /var/lock/subsys/mysql
|
||||
then
|
||||
rm /var/lock/subsys/mysql
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue