trying to fix niceness...
This commit is contained in:
parent
ba7ad82e8b
commit
b71931b0b5
@ -73,7 +73,7 @@ function mkchroot {
|
|||||||
|
|
||||||
if [[ "${I_AM_A_RACECAR}" == "y" ]];
|
if [[ "${I_AM_A_RACECAR}" == "y" ]];
|
||||||
then
|
then
|
||||||
RACECAR_CHK='nice -n "-19" '
|
RACECAR_CHK="nice -n \"-19\" "
|
||||||
else
|
else
|
||||||
RACECAR_CHK=""
|
RACECAR_CHK=""
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user