]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- ignore grub files 66/head
authorArvin Schnell <aschnell@suse.de>
Mon, 7 Apr 2014 10:38:32 +0000 (12:38 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 7 Apr 2014 10:38:32 +0000 (12:38 +0200)
snapper/Snapshot.cc

index 122f0b99c5640608247db6edcb491c785e3c1f17..384777e792d738460541e47e07baa0dcbf139b69 100644 (file)
@@ -182,6 +182,9 @@ namespace snapper
        vector<string> infos = infos_dir.entries();
        for (vector<string>::const_iterator it1 = infos.begin(); it1 != infos.end(); ++it1)
        {
+           if (*it1 == "snapshot_submenu.cfg")
+               continue;
+
            try
            {
                SDir info_dir(infos_dir, *it1);