I don't understand, you need fingerterm to be opened ? If no... Just create helper if you need to run you script as ROOT... P.S. Also to detect if it enabled or disabled, you can use this command (as root): Code: if [[ $(mcetool --status|grep Flipover|awk '{print $4}') == enabled ]]; then //do something else //do something fi
if [[ $(mcetool --status|grep Flipover|awk '{print $4}') == enabled ]]; then //do something else //do something fi