Currently, the program checks to see if there is any output from a command, if there isn't it prints an error message: "Root priveleges probably required". This sometimes returns false data. An error will be printed in 2 cenarios:
1) Root priveleges are ACTUALLY required
2) The command didn't return any data
Should be changed so that only commands requiring root priveleges will print an error
Currently, the program checks to see if there is any output from a command, if there isn't it prints an error message: "Root priveleges probably required". This sometimes returns false data. An error will be printed in 2 cenarios:
1) Root priveleges are ACTUALLY required
2) The command didn't return any data
Should be changed so that only commands requiring root priveleges will print an error