mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
- made test for multiple --user options more sh-compatible
This commit is contained in:
@@ -34,8 +34,8 @@ parse_arguments() {
|
||||
--datadir=*) DATADIR=`echo "$arg" | sed -e "s;--[^=]*=;;"` ;;
|
||||
--pid-file=*) pid_file=`echo "$arg" | sed -e "s;--[^=]*=;;"` ;;
|
||||
--user=*)
|
||||
if [ $SET_USER == 0 ]
|
||||
then
|
||||
if test $SET_USER -eq 0
|
||||
then
|
||||
user=`echo "$arg" | sed -e "s;--[^=]*=;;"` ; SET_USER=1
|
||||
fi
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user