]> mj.ucw.cz Git - gallery.git/commitdiff
Gallery2: Let mj-upload edit .cf as well
authorMartin Mares <mj@ucw.cz>
Sat, 29 Dec 2012 11:39:50 +0000 (12:39 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 8 Feb 2015 20:14:16 +0000 (21:14 +0100)
gal2/bin/gal-mj-upload

index 1052596d5252c38c059005dce147465d9e78f4f4..f33da4242a102c88721ddde1833812edcddb2f8b 100755 (executable)
@@ -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";