]> mj.ucw.cz Git - gallery.git/commitdiff
gal-mj-upload: Commit default.cf
authorMartin Mares <mj@ucw.cz>
Sun, 7 Nov 2021 22:40:07 +0000 (23:40 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 7 Nov 2021 22:40:07 +0000 (23:40 +0100)
bin/gal-mj-upload

index e7fce29f80017bdd143cfc7c6d5ec7e1433355d1..c75bac29001294ec1a66b1a04831f7123db59aa1 100755 (executable)
@@ -27,7 +27,7 @@ die if $?;
 
 print "## Committing to repository\n";
 system 'git', 'add', 'gallery.cf', 'gallery.list'; die if #?;
-system 'git', 'add', "$root/photos/Makefile", "$root/photos/index.thtml"; die if $?;
+system 'git', 'add', "$root/photos/Makefile", "$root/photos/index.thtml", "$root/photos/default.cf"; die if $?;
 system 'git', 'commit'; die if $?;
 system 'git', 'push'; die if $?;