From: Martin Mares Date: Sat, 29 Dec 2012 11:39:50 +0000 (+0100) Subject: Gallery2: Let mj-upload edit .cf as well X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=e6229d4f30f98d470d2b04d3b6f58d4f28c8380c;p=gallery.git Gallery2: Let mj-upload edit .cf as well --- 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";