mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-20205 mysql_install_db shouldn't execute chown
Make chown error non-fatal. Just print a warning.
This commit is contained in:
@ -497,7 +497,7 @@ then
|
|||||||
then
|
then
|
||||||
echo "Cannot change ownership of the '$pamtooldir/auth_pam_tool_dir' directory"
|
echo "Cannot change ownership of the '$pamtooldir/auth_pam_tool_dir' directory"
|
||||||
echo "to the '$user' user. Check that you have the necessary permissions and try again."
|
echo "to the '$user' user. Check that you have the necessary permissions and try again."
|
||||||
exit 1
|
echo
|
||||||
fi
|
fi
|
||||||
args="$args --user=$user"
|
args="$args --user=$user"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user