From e6229d4f30f98d470d2b04d3b6f58d4f28c8380c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 29 Dec 2012 12:39:50 +0100 Subject: [PATCH] Gallery2: Let mj-upload edit .cf as well --- gal2/bin/gal-mj-upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gal2/bin/gal-mj-upload b/gal2/bin/gal-mj-upload index 1052596..f33da42 100755 --- a/gal2/bin/gal-mj-upload +++ b/gal2/bin/gal-mj-upload @@ -22,7 +22,7 @@ system "rs", "$static/", "jw:www/static/gallery/photo/$album/"; die if $?; print "## Calling editor on index files\n"; -system 'vim', "$root/photos/Makefile", "$root/photos/index.thtml"; +system 'vim', 'gallery.cf', "$root/photos/Makefile", "$root/photos/index.thtml"; die if $?; print "## Committing to repository\n"; -- 2.39.2