James Moger
2012-01-31 797bc67989bb7b66564827edd566f15ab640a7ee
Fixed type in CentOS script
1 files modified
2 ■■■ changed files
distrib/gitblit-centos 2 ●●● patch | view | raw | blame | history
distrib/gitblit-centos
@@ -25,7 +25,7 @@
  stop)
    if [ -f $GITBLIT_PATH/gitblit.jar ];
      then
      echo $"Starting gitblit server"
      echo $"Stopping gitblit server"
      $JAVA $GITBLIT_PATH/gitblit.jar --stop > /dev/null &
      echo "."
      exit $RETVAL