mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
fixed test for "root", on some installations / is mounted read-only
This commit is contained in:
parent
93b95819da
commit
36f5ff834d
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ else
|
|||
fi
|
||||
|
||||
USER_OPTION=""
|
||||
if test -w /
|
||||
if test "x$USER" = "xroot"
|
||||
then
|
||||
if test "$user" != "root" -o $SET_USER = 1
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue