]> source.dussan.org Git - gitblit.git/commit
Use full path to Gitblit directory in batch scripts
authorZwixx <zwiixx@googlemail.com>
Wed, 26 May 2021 15:05:26 +0000 (17:05 +0200)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Wed, 21 Jul 2021 08:00:05 +0000 (10:00 +0200)
commitba69bc3c41f656a889bc6e912462a558d734adc7
tree3edccfb0b841838cbb2040dbfedacd71a2fd258e
parentb50628d5cf317b07b40c67a049b527837661b934
Use full path to Gitblit directory in batch scripts

In order to call the Windows batch scripts on the command line
from a different folder, the path to the files in the Gitblit
directory needs to be explicitly stated in the Java command.
Otherwise the JAR files or data directory are not found as they
would be searched in the current directory.
src/main/distrib/win/gitblit-stop.cmd
src/main/distrib/win/gitblit.cmd