Files
lnd-manageJ/start-h2.sh
Carsten Otto 1d8faed912 add support for h2
fixes #3
2022-07-09 11:08:37 +02:00

7 lines
194 B
Bash
Executable File

#!/bin/bash
if [ "x$TERM" == "xdumb" ];
then
export TERM="xterm"
fi
./gradlew application:bootJar && clear && java -Dspring.profiles.active=h2 -jar application/build/libs/application-boot.jar