mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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
|
||||
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."
|
||||
exit 1
|
||||
echo
|
||||
fi
|
||||
args="$args --user=$user"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user