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" ]];
|
||||
then
|
||||
RACECAR_CHK='nice -n "-19" '
|
||||
RACECAR_CHK="nice -n \"-19\" "
|
||||
else
|
||||
RACECAR_CHK=""
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user