password for regular user

This commit is contained in:
2014-12-21 11:41:49 -05:00
parent 079ff52d6c
commit cc29913f6d
6 changed files with 25 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ function stuffy {
if [[ "${I_AM_A_RACECAR}" == "y" ]];
then
RACECAR_CHK='nice -n "-19" '
RACECAR_CHK='nice -n -19 '
else
RACECAR_CHK=""
fi