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