throw new Exception("Could not alter the configuration file, no '" +
keyword + "' setting present in the file '" +
conf.getAbsolutePath() + "' (?)");
}
textFile.writeFile(conf);
System.out.println("[*] The '" + keyword + "' configuration was:");
if (newvalue == null) {
System.out.println(" ... commented out");
} else if (newvalue.trim().length() == 0) {