mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
- fixed another typo in NOHUP_NICENESS testing
This commit is contained in:
@ -161,7 +161,7 @@ then
|
||||
then
|
||||
if test $NOHUP_NICENESS -gt 0
|
||||
then
|
||||
$NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"
|
||||
NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"
|
||||
else
|
||||
NOHUP_NICENESS="nice -$NOHUP_NICENESS nohup"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user