ah, run is define in the config file. so, we can keep: run db_input low x11-common/xwrapper/nice_value but change: if [ $? -eq 30 ]; then for: if [ $_retval -eq 30 ]; then
ah, run is define in the config file. xwrapper/ nice_value
so, we can keep:
run db_input low x11-common/
but change:
if [ $? -eq 30 ]; then
for:
if [ $_retval -eq 30 ]; then