[controller] Do delete the config file afterwards

This commit is contained in:
Hylke Bons 2011-03-06 17:59:52 +00:00
parent dec21b1eae
commit ca3bc475d2

View file

@ -972,7 +972,7 @@ namespace SparkleShare {
bool has_some_ssh_config = new Regex (@"[a-z]").IsMatch (current_ssh_config);
if (!has_some_ssh_config) {
// File.Delete (ssh_config_file_path);
File.Delete (ssh_config_file_path);
} else {