Changeset 17279


Ignore:
Timestamp:
10/20/13 21:54:04 (11 years ago)
Author:
tbretz
Message:
Fixed the ionice
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/start.sh

    r17270 r17279  
    1414fi
    1515
    16 if [ "$CALL" -eq "fadctrl" ]; then
    17    NICE=ionice -c 2 -n 0
     16if [ "$CALL" = "fadctrl" ]; then
     17   NICE="ionice -c 2 -n 0"
    1818fi
    1919
Note: See TracChangeset for help on using the changeset viewer.